Skip to content

Commit 9ebc696

Browse files
committed
fix
1 parent 1337c89 commit 9ebc696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/call_mcp_http_server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ async def main():
1313
tools = await client.list_tools()
1414
print(tools)
1515

16+
users = await client.call_tool("list_users", {"params": {}})
17+
print(users)
18+
1619

1720
if __name__ == "__main__":
1821
asyncio.run(main())

0 commit comments

Comments
 (0)