mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Clean up docs
This commit is contained in:
parent
756e5c31e3
commit
5ddb54bbd4
4 changed files with 5 additions and 5 deletions
|
|
@ -114,7 +114,7 @@ async def main():
|
|||
# Call one of the generated tools
|
||||
print("\n\nCalling tool 'get_user_by_id'...")
|
||||
user = await client.call_tool("get_user_by_id", {"id": 1})
|
||||
print(f"Result:\n{user[0].text}")
|
||||
print(f"Result:\n{user.data}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(main())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue