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
121
117
```
122
118
123
119
The client will:
124
120
1. Try RFC 9728 discovery at `/.well-known/oauth-protected-resource` (404 on legacy server)
125
-
2. Fall back to direct OAuth discovery at `/.well-known/oauth-authorization-server`
121
+
2. Fall back to direct OAuth discovery at `/.well-known/oauth-authorization-server`
126
122
3. Complete authentication with the MCP server acting as its own AS
127
123
128
124
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