fix(docs): correct FastMCP tool name in welcome docs (#3781)

This commit is contained in:
buyua9 2026-04-08 02:48:50 +08:00 committed by GitHub
commit 3cb5579253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ from fastmcp import Client
async def main():
async with Client("https://gofastmcp.com/mcp") as client:
result = await client.call_tool(
name="SearchFastMcp",
name="search_fast_mcp",
arguments={"query": "deploy a FastMCP server"}
)
print(result)