mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
fix(docs): correct FastMCP tool name in welcome docs (#3781)
This commit is contained in:
parent
8ee81b3037
commit
3cb5579253
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue