Skip to content

Commit 458967a

Browse files
authored
Update README.md
await is not required, await is supposed to be in a async function,
1 parent 1878143 commit 458967a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ server.resource(
8080

8181
// Start receiving messages on stdin and sending messages on stdout
8282
const transport = new StdioServerTransport();
83-
await server.connect(transport);
83+
server.connect(transport);
8484
```
8585

8686
## What is MCP?

0 commit comments

Comments
 (0)