diff --git a/src/scenarios/client/auth/spec-references.ts b/src/scenarios/client/auth/spec-references.ts index 908a04eb..681c3e44 100644 --- a/src/scenarios/client/auth/spec-references.ts +++ b/src/scenarios/client/auth/spec-references.ts @@ -104,7 +104,7 @@ export const SpecReferences: { [key: string]: SpecReference } = { }, SEP_990_ENTERPRISE_OAUTH: { id: 'SEP-990-Enterprise-Managed-OAuth', - url: 'https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-oauth.mdx' + url: 'https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx' }, SEP_2207_REFRESH_TOKEN_GUIDANCE: { id: 'SEP-2207-Refresh-Token-Guidance', diff --git a/src/scenarios/server/tools.ts b/src/scenarios/server/tools.ts index 2fb4717a..dbcd9178 100644 --- a/src/scenarios/server/tools.ts +++ b/src/scenarios/server/tools.ts @@ -21,7 +21,7 @@ const TOOLS_NAME_FORMAT_SPEC_REFS = [ }, { id: 'SEP-986', - url: 'https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/SEP/SEP-986.md' + url: 'https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986' } ];