Skip to content

Commit 5dddce5

Browse files
committed
chore: format oauth resource changeset
1 parent d61bfde commit 5dddce5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

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

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.
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
6+
Microsoft Entra ID. Resolves #1968.

0 commit comments

Comments
 (0)