Skip to content

Commit 133cdec

Browse files
authored
Merge branch 'main' into basil/meta_key_language
2 parents aa5fb91 + e4d43cb commit 133cdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ async connectToServer(serverScriptPath: string) {
598598
command,
599599
args: [serverScriptPath],
600600
});
601-
this.mcp.connect(this.transport);
601+
await this.mcp.connect(this.transport);
602602

603603
const toolsResult = await this.mcp.listTools();
604604
this.tools = toolsResult.tools.map((tool) => {

0 commit comments

Comments
 (0)