File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
docs/specification/2025-03-26/basic Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,15 @@ sequenceDiagram
132132 Note over C: Continue with authorization flow
133133```
134134
135- #### 2.3.1 Authorization Base URL
135+ #### 2.3.1 Server Metadata Discovery Headers
136+
137+ MCP clients _ SHOULD_ include the header ` MCP-Protocol-Version: <protocol-version> ` during
138+ Server Metadata Discovery to allow the MCP server to respond based on the MCP protocol
139+ version.
140+
141+ For example: ` MCP-Protocol-Version: 2024-11-05 `
142+
143+ #### 2.3.2 Authorization Base URL
136144
137145The authorization base URL ** MUST** be determined from the MCP server URL by discarding
138146any existing ` path ` component. For example:
@@ -146,7 +154,7 @@ If the MCP server URL is `https://api.example.com/v1/mcp`, then:
146154This ensures authorization endpoints are consistently located at the root level of the
147155domain hosting the MCP server, regardless of any path components in the MCP server URL.
148156
149- #### 2.3.2 Fallbacks for Servers without Metadata Discovery
157+ #### 2.3.3 Fallbacks for Servers without Metadata Discovery
150158
151159For servers that do not implement OAuth 2.0 Authorization Server Metadata, clients
152160** MUST** use the following default endpoint paths relative to the authorization base URL
You can’t perform that action at this time.
0 commit comments