Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 21ff2e7

Browse files
authored
Merge branch 'main' into main
2 parents 5c2979a + 7bb924a commit 21ff2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Here's a basic example of implementing an MCP server:
267267
)
268268

269269
if __name__ == "__main__":
270-
asyncio.run(main)
270+
asyncio.run(main())
271271
```
272272
</Tab>
273273
</Tabs>

0 commit comments

Comments
 (0)