File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments