We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc9247 commit b5f0935Copy full SHA for b5f0935
mcp-client-typescript/index.ts
@@ -55,7 +55,7 @@ class MCPClient {
55
command,
56
args: [serverScriptPath],
57
});
58
- this.mcp.connect(this.transport);
+ await this.mcp.connect(this.transport);
59
60
// List available tools
61
const toolsResult = await this.mcp.listTools();
0 commit comments