Update docs and test

This commit is contained in:
Jeremiah Lowin 2025-06-20 13:06:48 -04:00
commit 18ae625fef
19 changed files with 51 additions and 45 deletions

View file

@ -103,7 +103,7 @@ from fastmcp import Client
async def main():
# Connect to the MCP server we just created
async with Client("http://127.0.0.1:8000/mcp") as client:
async with Client("http://127.0.0.1:8000/mcp/") as client:
# List the tools that were automatically generated
tools = await client.list_tools()