Skip to content

Commit fe7bc52

Browse files
committed
chore: upgrade robot version to fix autoscroll
1 parent cd73e9f commit fe7bc52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/plugins/robot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@opentiny/tiny-engine-common": "workspace:*",
3030
"@opentiny/tiny-engine-meta-register": "workspace:*",
3131
"@opentiny/tiny-engine-utils": "workspace:*",
32-
"@opentiny/tiny-robot": "0.3.0",
33-
"@opentiny/tiny-robot-kit": "0.3.0",
34-
"@opentiny/tiny-robot-svgs": "0.3.0",
32+
"@opentiny/tiny-robot": "0.3.1",
33+
"@opentiny/tiny-robot-kit": "0.3.1",
34+
"@opentiny/tiny-robot-svgs": "0.3.1",
3535
"@opentiny/tiny-schema-renderer": "1.0.0-beta.6",
3636
"@vueuse/core": "^9.13.0",
3737
"dompurify": "^3.0.1",

packages/plugins/robot/src/services/MCPHost.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class MCPHost {
1818
private clients: Map<string, Client> = new Map()
1919
private transports: Map<string, Transport> = new Map()
2020

21-
async connectToServer(serverConfig: ServerConfig): Promise<{ name: string; tools: Tool[] }> {
21+
async connectToServer(serverConfig: ServerConfig): Promise<{ id: string; tools: Tool[] }> {
2222
if (!serverConfig || !serverConfig.url) {
2323
throw new Error(`Server configuration not found`)
2424
}

0 commit comments

Comments
 (0)