diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index 69a5b81a5..8200f6919 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -43,7 +43,8 @@ def greet(name: str) -> str: To test the server, create a FastMCP client and point it at the server object. -```python my_server.py {1, 9-16} +```python my_server.py {1-2, 10-17} +import asyncio from fastmcp import FastMCP, Client mcp = FastMCP("My MCP Server")