mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
Remove trailing slashes from MCP endpoint URLs in docs (#2277)
This commit is contained in:
parent
7999dcbf2c
commit
6d600e36db
11 changed files with 13 additions and 13 deletions
|
|
@ -114,7 +114,7 @@ import asyncio
|
|||
|
||||
async def main():
|
||||
# The client will automatically handle GitHub OAuth
|
||||
async with Client("http://localhost:8000/mcp/", auth="oauth") as client:
|
||||
async with Client("http://localhost:8000/mcp", auth="oauth") as client:
|
||||
# First-time connection will open GitHub login in your browser
|
||||
print("✓ Authenticated with GitHub!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue