mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
sync: bring published-docs to main @ v3.3.0
This commit is contained in:
parent
eda8dab429
commit
a139a06005
600 changed files with 90596 additions and 3322 deletions
|
|
@ -119,7 +119,7 @@ async def main():
|
|||
|
||||
# Test the protected tool
|
||||
result = await client.call_tool("get_user_info")
|
||||
print(f"GitHub user: {result['github_user']}")
|
||||
print(f"GitHub user: {result.data['github_user']}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(main())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue