Skip to content

Commit f5915b1

Browse files
committed
Update authorization.mdx
1 parent 8ba9264 commit f5915b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,12 @@ Examples of valid canonical URIs:
225225

226226
Examples of invalid canonical URIs:
227227

228-
- `https://mcp.example.com/` (contains trailing slash)
229228
- `mcp.example.com` (missing scheme)
230229
- `HTTPS://MCP.EXAMPLE.COM` (non-lowercase components)
231230
- `https://mcp.example.com#fragment` (contains fragment)
232231

232+
> **Note:** While both `https://mcp.example.com/` (with trailing slash) and `https://mcp.example.com` (without trailing slash) are technically valid absolute URIs according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986), implementations **SHOULD** consistently use the form without the trailing slash for better interoperability unless the trailing slash is semantically significant for the specific resource.
233+
233234
For example, if accessing an MCP server at `https://mcp.example.com`, the authorization request would include:
234235

235236
```

0 commit comments

Comments
 (0)