From 673a9dc915ed44dd0f89620c4f0554d70d94e71c Mon Sep 17 00:00:00 2001 From: Peter Alexander Date: Thu, 23 Apr 2026 21:06:38 +0100 Subject: [PATCH] SEP-2243: mark as Final The SEP was merged in #2243 with Status: Draft. Update to Final and regenerate SEP docs (index, docs.json, mdx). --- docs/docs.json | 9 ++------- docs/seps/2243-http-standardization.mdx | 6 +++--- docs/seps/index.mdx | 5 ++--- seps/2243-http-standardization.md | 2 +- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 17589506f..e39d9d528 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -418,7 +418,8 @@ "seps/2085-governance-succession-and-amendment", "seps/2133-extensions", "seps/2148-contributor-ladder", - "seps/2149-working-group-charter-template" + "seps/2149-working-group-charter-template", + "seps/2243-http-standardization" ] }, { @@ -427,12 +428,6 @@ "seps/2207-oidc-refresh-token-guidance", "seps/2260-Require-Server-requests-to-be-associated-with-Client-requests" ] - }, - { - "group": "Draft", - "pages": [ - "seps/2243-http-standardization" - ] } ] }, diff --git a/docs/seps/2243-http-standardization.mdx b/docs/seps/2243-http-standardization.mdx index d1cc22a58..34cff67f5 100644 --- a/docs/seps/2243-http-standardization.mdx +++ b/docs/seps/2243-http-standardization.mdx @@ -5,8 +5,8 @@ description: "HTTP Header Standardization for Streamable HTTP Transport" ---
- - Draft + + Final Standards Track @@ -17,7 +17,7 @@ description: "HTTP Header Standardization for Streamable HTTP Transport" | ------------- | ------------------------------------------------------------------------------- | | **SEP** | 2243 | | **Title** | HTTP Header Standardization for Streamable HTTP Transport | -| **Status** | Draft | +| **Status** | Final | | **Type** | Standards Track | | **Created** | 2026-02-04 | | **Author(s)** | MCP Transports Working Group | diff --git a/docs/seps/index.mdx b/docs/seps/index.mdx index 813fc2919..ad95db3bc 100644 --- a/docs/seps/index.mdx +++ b/docs/seps/index.mdx @@ -13,15 +13,14 @@ Specification Enhancement Proposals (SEPs) are the primary mechanism for proposi ## Summary - **Accepted**: 2 -- **Draft**: 1 -- **Final**: 27 +- **Final**: 28 ## All SEPs | SEP | Title | Status | Type | Created | | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- | ------------------------------------------------- | ---------------- | ---------- | | [SEP-2260](/seps/2260-Require-Server-requests-to-be-associated-with-Client-requests) | Require Server requests to be associated with a Client request. | Accepted | Standards Track | 2026-02-16 | -| [SEP-2243](/seps/2243-http-standardization) | HTTP Header Standardization for Streamable HTTP Transport | Draft | Standards Track | 2026-02-04 | +| [SEP-2243](/seps/2243-http-standardization) | HTTP Header Standardization for Streamable HTTP Transport | Final | Standards Track | 2026-02-04 | | [SEP-2207](/seps/2207-oidc-refresh-token-guidance) | OIDC-Flavored Refresh Token Guidance | Accepted | Standards Track | 2026-02-04 | | [SEP-2149](/seps/2149-working-group-charter-template) | MCP Group Governance and Charter Template | Final | Process | 2025-01-15 | | [SEP-2148](/seps/2148-contributor-ladder) | MCP Contributor Ladder | Final | Process | 2026-01-15 | diff --git a/seps/2243-http-standardization.md b/seps/2243-http-standardization.md index f15626832..0c7f4dafa 100644 --- a/seps/2243-http-standardization.md +++ b/seps/2243-http-standardization.md @@ -3,7 +3,7 @@ -- **Status**: Draft +- **Status**: Final - **Type**: Standards Track - **Created**: 2026-02-04 - **Author(s)**: MCP Transports Working Group