sync: bring published-docs to main @ v3.3.0

This commit is contained in:
Jeremiah Lowin 2026-05-14 22:09:39 -04:00
commit a139a06005
No known key found for this signature in database
600 changed files with 90596 additions and 3322 deletions

View file

@ -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())