Skip to content

Commit f5b7061

Browse files
Specify base url is path replacement
Co-authored-by: Justin Spahr-Summers <[email protected]>
1 parent f22e6d3 commit f5b7061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/specification/draft/basic/authorization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ For example: `MCP-Protocol-Version: 2024-11-05`
121121
#### 2.3.2 Authorization Base URL
122122

123123
The authorization base URL **MUST** be determined from the [SSE
124-
endpoint]({{< ref "specification/draft/basic/transports#http-with-sse" >}}) URL by
125-
preserving only the `scheme`, `hostname`, and `port` (if non-standard). For example:
124+
endpoint]({{< ref "specification/draft/basic/transports#http-with-sse" >}}) URL by discarding any existing `path` component. For example:
126125

127126
If the SSE endpoint is `https://api.example.com/v1/sse`, then:
128127

0 commit comments

Comments
 (0)