diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index 31859b169..8c4095707 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -102,7 +102,7 @@ Once your server is running with HTTP transport, you can connect to it with a Fa import asyncio from fastmcp import Client -client = Client("http://localhost:8000") +client = Client("http://localhost:8000/mcp") async def call_tool(name: str): async with client: @@ -134,4 +134,4 @@ To deploy your server, you'll need a [GitHub account](https://github.com). Once That's it! FastMCP Cloud will build and deploy your server, making it available at a URL like `https://your-project.fastmcp.app/mcp`. You can chat with it to test its functionality, or connect to it from any LLM client that supports the MCP protocol. -For more details, see the [FastMCP Cloud guide](/deployment/fastmcp-cloud). \ No newline at end of file +For more details, see the [FastMCP Cloud guide](/deployment/fastmcp-cloud).