{{/* SEP (Spec Enhancement Proposals) Page Content */}} {{/* Only available for modelcontextprotocol/modelcontextprotocol */}} {{ $context := . }} {{ $repoKey := "" }} {{ if reflect.IsMap . }} {{ with .context }}{{ $context = . }}{{ end }} {{ with .repoKey }}{{ $repoKey = . }}{{ end }} {{ end }} {{/* Load SEP data directly */}} {{ $seps := false }} {{ $parts := split $repoKey "/" }} {{ if eq (len $parts) 2 }} {{ $owner := index $parts 0 }} {{ $repo := index $parts 1 }} {{ with index site.Data.repos $owner }} {{ with index . $repo }} {{ $seps = .seps }} {{ end }} {{ end }} {{ end }} {{/* Check if this is a non-MCP repo */}} {{ $isMCPRepo := and (eq (index $parts 0) "modelcontextprotocol") (eq (index $parts 1) "modelcontextprotocol") }} {{ if not $isMCPRepo }}
Spec Enhancement Proposals (SEPs) are only tracked for the MCP Specification repository.
SEPs that need a maintainer to sponsor them
| PR | Title | Author | Sponsor | Size | Waiting |
|---|---|---|---|---|---|
| #{{ .number }} | {{ .title }} | {{ if .author }}{{ .author }}{{ else }}unknown{{ end }} | — | +{{ .additions }} -{{ .deletions }} | {{ if gt .daysWaiting 30 }} {{ .daysWaiting }}d {{ else if gt .daysWaiting 7 }} {{ .daysWaiting }}d {{ else }} {{ .daysWaiting }}d {{ end }} |
SEPs with a sponsor actively working on them
| PR | Title | Author | Sponsor | Size | Age |
|---|---|---|---|---|---|
| #{{ .number }} | {{ .title }} | {{ if .author }}{{ .author }}{{ else }}unknown{{ end }} | {{ if .sponsor }}{{ .sponsor }}{{ else }}—{{ end }} | +{{ .additions }} -{{ .deletions }} | {{ if gt .daysWaiting 30 }} {{ .daysWaiting }}d {{ else if gt .daysWaiting 7 }} {{ .daysWaiting }}d {{ else }} {{ .daysWaiting }}d {{ end }} |
SEPs ready for community and maintainer review
| PR | Title | Author | Sponsor | Reviews | Waiting |
|---|---|---|---|---|---|
| #{{ .number }} | {{ .title }} | {{ if .author }}{{ .author }}{{ else }}unknown{{ end }} | {{ if .sponsor }}{{ .sponsor }}{{ else }}—{{ end }} | {{ if gt .reviewCount 0 }} {{ .reviewCount }} {{ else }} 0 {{ end }} | {{ if gt .daysWaiting 14 }} {{ .daysWaiting }}d {{ else if gt .daysWaiting 7 }} {{ .daysWaiting }}d {{ else }} {{ .daysWaiting }}d {{ end }} |
SEPs approved and awaiting merge
| PR | Title | Author | Sponsor | Size | Waiting |
|---|---|---|---|---|---|
| #{{ .number }} | {{ .title }} | {{ if .author }}{{ .author }}{{ else }}unknown{{ end }} | {{ if .sponsor }}{{ .sponsor }}{{ else }}—{{ end }} | +{{ .additions }} -{{ .deletions }} | {{ .daysWaiting }}d |
Successfully completed spec enhancements
| PR | Title | Author | Sponsor | Size | Merged |
|---|---|---|---|---|---|
| #{{ .number }} | {{ .title }} | {{ if .author }}{{ .author }}{{ else }}unknown{{ end }} | {{ if .sponsor }}{{ .sponsor }}{{ else }}—{{ end }} | +{{ .additions }} -{{ .deletions }} | {{ if .mergedAt }} {{ $mergedTime := time .mergedAt }} {{ $mergedTime.Format "Jan 2, 2006" }} {{ end }} |