Skip to content

Commit 7ac0f30

Browse files
committed
Promote SEPs to a top-level docs tab
- Move docs/community/seps/ to docs/seps/ - Update render-seps.ts to generate a standalone "SEPs" tab instead of a group under Community, inserted before the Community tab - Add redirects from /community/seps[/:slug*] to /seps[/:slug*] - Update internal links in extensions docs to point to new /seps/ paths :house: Remote-Dev: homespace
1 parent b17e846 commit 7ac0f30

33 files changed

Lines changed: 128 additions & 113 deletions

docs/community/seps/index.mdx

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/docs.json

Lines changed: 44 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,42 @@
370370
"registry/terms-of-service"
371371
]
372372
},
373+
{
374+
"tab": "SEPs",
375+
"pages": [
376+
"seps/index",
377+
{
378+
"group": "Final",
379+
"pages": [
380+
"seps/414-request-meta",
381+
"seps/932-model-context-protocol-governance",
382+
"seps/973-expose-additional-metadata-for-implementations-res",
383+
"seps/985-align-oauth-20-protected-resource-metadata-with-rf",
384+
"seps/986-specify-format-for-tool-names",
385+
"seps/990-enable-enterprise-idp-policy-controls-during-mcp-o",
386+
"seps/991-enable-url-based-client-registration-using-oauth-c",
387+
"seps/994-shared-communication-practicesguidelines",
388+
"seps/1024-mcp-client-security-requirements-for-local-server-",
389+
"seps/1034--support-default-values-for-all-primitive-types-in",
390+
"seps/1036-url-mode-elicitation-for-secure-out-of-band-intera",
391+
"seps/1046-support-oauth-client-credentials-flow-in-authoriza",
392+
"seps/1302-formalize-working-groups-and-interest-groups-in-mc",
393+
"seps/1303-input-validation-errors-as-tool-execution-errors",
394+
"seps/1319-decouple-request-payload-from-rpc-methods-definiti",
395+
"seps/1330-elicitation-enum-schema-improvements-and-standards",
396+
"seps/1577--sampling-with-tools",
397+
"seps/1613-establish-json-schema-2020-12-as-default-dialect-f",
398+
"seps/1686-tasks",
399+
"seps/1699-support-sse-polling-via-server-side-disconnect",
400+
"seps/1730-sdks-tiering-system",
401+
"seps/1850-pr-based-sep-workflow",
402+
"seps/1865-mcp-apps-interactive-user-interfaces-for-mcp",
403+
"seps/2085-governance-succession-and-amendment",
404+
"seps/2133-extensions"
405+
]
406+
}
407+
]
408+
},
373409
{
374410
"tab": "Community",
375411
"pages": [
@@ -391,42 +427,6 @@
391427
"community/antitrust"
392428
]
393429
},
394-
{
395-
"group": "SEPs",
396-
"pages": [
397-
"community/seps/index",
398-
{
399-
"group": "Final",
400-
"pages": [
401-
"community/seps/414-request-meta",
402-
"community/seps/932-model-context-protocol-governance",
403-
"community/seps/973-expose-additional-metadata-for-implementations-res",
404-
"community/seps/985-align-oauth-20-protected-resource-metadata-with-rf",
405-
"community/seps/986-specify-format-for-tool-names",
406-
"community/seps/990-enable-enterprise-idp-policy-controls-during-mcp-o",
407-
"community/seps/991-enable-url-based-client-registration-using-oauth-c",
408-
"community/seps/994-shared-communication-practicesguidelines",
409-
"community/seps/1024-mcp-client-security-requirements-for-local-server-",
410-
"community/seps/1034--support-default-values-for-all-primitive-types-in",
411-
"community/seps/1036-url-mode-elicitation-for-secure-out-of-band-intera",
412-
"community/seps/1046-support-oauth-client-credentials-flow-in-authoriza",
413-
"community/seps/1302-formalize-working-groups-and-interest-groups-in-mc",
414-
"community/seps/1303-input-validation-errors-as-tool-execution-errors",
415-
"community/seps/1319-decouple-request-payload-from-rpc-methods-definiti",
416-
"community/seps/1330-elicitation-enum-schema-improvements-and-standards",
417-
"community/seps/1577--sampling-with-tools",
418-
"community/seps/1613-establish-json-schema-2020-12-as-default-dialect-f",
419-
"community/seps/1686-tasks",
420-
"community/seps/1699-support-sse-polling-via-server-side-disconnect",
421-
"community/seps/1730-sdks-tiering-system",
422-
"community/seps/1850-pr-based-sep-workflow",
423-
"community/seps/1865-mcp-apps-interactive-user-interfaces-for-mcp",
424-
"community/seps/2085-governance-succession-and-amendment",
425-
"community/seps/2133-extensions"
426-
]
427-
}
428-
]
429-
},
430430
{
431431
"group": "Roadmap",
432432
"pages": [
@@ -569,6 +569,14 @@
569569
{
570570
"source": "/docs/extensions/apps",
571571
"destination": "/extensions/apps/overview"
572+
},
573+
{
574+
"source": "/community/seps",
575+
"destination": "/seps"
576+
},
577+
{
578+
"source": "/community/seps/:slug*",
579+
"destination": "/seps/:slug*"
572580
}
573581
],
574582
"contextual": {

docs/extensions/auth/enterprise-managed-authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Check the [client matrix](/extensions/client-matrix) for current implementation
147147
<Card
148148
title="SEP-990"
149149
icon="file-lines"
150-
href="/community/seps/990-enable-enterprise-idp-policy-controls-during-mcp-o"
150+
href="/seps/990-enable-enterprise-idp-policy-controls-during-mcp-o"
151151
>
152152
Original proposal: Enable Enterprise IdP Policy Controls
153153
</Card>

docs/extensions/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To promote an experimental extension to official status, it goes through the sta
6969

7070
## Creating Extensions
7171

72-
The lifecycle for official extensions follows a SEP-based process. For full details, see [SEP-2133: Extensions](/community/seps/2133-extensions).
72+
The lifecycle for official extensions follows a SEP-based process. For full details, see [SEP-2133: Extensions](/seps/2133-extensions).
7373

7474
1. **Propose**: Create a SEP in the main MCP repository using the [standard SEP guidelines](/community/sep-guidelines) with type **Extensions Track**.
7575
2. **Implement**: Build at least one reference implementation in an official SDK — this is required before the SEP can be reviewed.

docs/community/seps/1024-mcp-client-security-requirements-for-local-server-.mdx renamed to docs/seps/1024-mcp-client-security-requirements-for-local-server-.mdx

File renamed without changes.

docs/community/seps/1034--support-default-values-for-all-primitive-types-in.mdx renamed to docs/seps/1034--support-default-values-for-all-primitive-types-in.mdx

File renamed without changes.

docs/community/seps/1036-url-mode-elicitation-for-secure-out-of-band-intera.mdx renamed to docs/seps/1036-url-mode-elicitation-for-secure-out-of-band-intera.mdx

File renamed without changes.

docs/community/seps/1046-support-oauth-client-credentials-flow-in-authoriza.mdx renamed to docs/seps/1046-support-oauth-client-credentials-flow-in-authoriza.mdx

File renamed without changes.

docs/community/seps/1302-formalize-working-groups-and-interest-groups-in-mc.mdx renamed to docs/seps/1302-formalize-working-groups-and-interest-groups-in-mc.mdx

File renamed without changes.

docs/community/seps/1303-input-validation-errors-as-tool-execution-errors.mdx renamed to docs/seps/1303-input-validation-errors-as-tool-execution-errors.mdx

File renamed without changes.

0 commit comments

Comments
 (0)