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
fix: append /mcp to resource_server_url with trailing slash handling
Append '/mcp' to resource_server_url and handle trailing slashes to ensure
proper OAuth Protected Resource Metadata validation. This prevents the error:
"Protected Resource Metadata resource does not match MCP server resolved resource"
which occurs when the PRM resource URL doesn't exactly match the server URL.
Fixes compatibility with VS Code + MCP authentication per RFC 9728.
References: microsoft/vscode#255255
0 commit comments