Skip to content

Commit d61bfde

Browse files
committed
chore: wrap changeset prose to satisfy prettier
1 parent f5a6c7c commit d61bfde

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/fix-oauth-resource-trailing-slash.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
'@modelcontextprotocol/sdk': patch
33
---
44

5-
Preserve the OAuth protected-resource URI without adding a trailing slash. Previously `selectResourceURL` returned `new URL(metadata.resource).href` which appended `/` to bare-domain URIs (e.g. `https://example.com` became `https://example.com/`), breaking OAuth interop with Microsoft Entra ID. Resolves #1968.
5+
Preserve the OAuth protected-resource URI without adding a trailing slash.
6+
Previously `selectResourceURL` returned `new URL(metadata.resource).href` which
7+
appended `/` to bare-domain URIs (e.g. `https://example.com` became
8+
`https://example.com/`), breaking OAuth interop with Microsoft Entra ID.
9+
Resolves #1968.

0 commit comments

Comments
 (0)