From 9d17aba5b6d84e394330b706d2e5c0ff9d26fa50 Mon Sep 17 00:00:00 2001 From: Radi Date: Sun, 14 Sep 2025 19:51:11 +0100 Subject: [PATCH] Update quickstart.mdx (#1821) --- docs/getting-started/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).