You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/servers/simple-auth/README.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,6 @@ uv run mcp-simple-auth --transport streamable-http
66
66
Streamable HTTP transport provides endpoint:
67
67
-`/mcp`
68
68
69
-
### Compatibility Guide for Supporting Older Clients
70
-
71
-
When using Streamable HTTP transport (`--transport streamable-http`), the server automatically supports both endpoints:
72
-
- Newer clients use `/mcp` endpoint
73
-
- Older clients use `/sse` endpoint
74
69
75
70
This ensures backward compatibility without needing multiple server instances. When using SSE transport (`--transport sse`), only the `/sse` endpoint is available.
0 commit comments