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
MCP_SERVER_PORT=8002 MCP_TRANSPORT_TYPE=streamable_http uv run mcp-simple-auth-client
112
113
```
113
114
114
115
The client will:
115
116
1. Try RFC 9728 discovery at `/.well-known/oauth-protected-resource` (404 on legacy server)
116
-
2. Fall back to direct OAuth discovery at `/.well-known/oauth-authorization-server`
117
+
2. Fall back to direct OAuth discovery at `/.well-known/oauth-authorization-server`
117
118
3. Complete authentication with the MCP server acting as its own AS
118
119
119
120
This ensures existing MCP servers (which could optionally act as Authorization Servers under the old spec) continue to work while the ecosystem transitions to the new architecture where MCP servers are Resource Servers only.
0 commit comments