We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69f1216 + b9cd692 commit b7ef160Copy full SHA for b7ef160
client/src/components/OAuthFlowProgress.tsx
@@ -181,8 +181,8 @@ export const OAuthFlowProgress = ({
181
</p>
182
<p className="text-xs text-blue-600 mt-1">
183
Resource metadata was added in the{" "}
184
- <a href="https://modelcontextprotocol.io/specification/draft/basic/authorization#2-3-1-authorization-server-location">
185
- 2025-DRAFT-v2 specification update
+ <a href="https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization#authorization-server-location">
+ 2025-06-18 specification update
186
</a>
187
<br />
188
{authState.resourceMetadataError.message}
0 commit comments