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
132
132
Note over C: Continue with authorization flow
133
133
```
134
134
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
136
144
137
145
The authorization base URL ** MUST** be determined from the MCP server URL by discarding
138
146
any existing ` path ` component. For example:
@@ -146,7 +154,7 @@ If the MCP server URL is `https://api.example.com/v1/mcp`, then:
146
154
This ensures authorization endpoints are consistently located at the root level of the
147
155
domain hosting the MCP server, regardless of any path components in the MCP server URL.
148
156
149
- #### 2.3.2 Fallbacks for Servers without Metadata Discovery
157
+ #### 2.3.3 Fallbacks for Servers without Metadata Discovery
150
158
151
159
For servers that do not implement OAuth 2.0 Authorization Server Metadata, clients
152
160
** 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