litellm/docs
Ryan Crabbe 6cda26fc75 docs: add trailing slash to /mcp endpoint URLs
The /mcp endpoint requires a trailing slash because the MCP server
is mounted as a sub-application using app.mount(). Starlette's mount
behavior causes a 307 redirect from /mcp to /mcp/, which many MCP
clients fail to handle.

Updates documentation examples to use /mcp/ consistently.
2026-03-03 18:15:05 +05:30
..
my-website docs: add trailing slash to /mcp endpoint URLs 2026-03-03 18:15:05 +05:30