mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +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
|
|
@ -366,7 +366,7 @@ combined_app = FastAPI(
|
|||
|
||||
# Now you have:
|
||||
# - Regular API: http://localhost:8000/products
|
||||
# - LLM-friendly MCP: http://localhost:8000/mcp/
|
||||
# - LLM-friendly MCP: http://localhost:8000/mcp
|
||||
# Both served from the same FastAPI application!
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue