File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
4848 id : changes
4949 run : |
50- if [[ -n "$(git status --porcelain docs/community/seps/ docs/snippets/badge.mdx docs/ docs.json)" ]]; then
50+ if [[ -n "$(git status --porcelain docs/community/seps/ docs/docs.json)" ]]; then
5151 echo "has_changes=true" >> $GITHUB_OUTPUT
5252 else
5353 echo "has_changes=false" >> $GITHUB_OUTPUT
5858 run : |
5959 git config --local user.email "github-actions[bot]@users.noreply.github.com"
6060 git config --local user.name "github-actions[bot]"
61- git add docs/community/seps/ docs/snippets/badge.mdx docs/ docs.json
61+ git add docs/community/seps/ docs/docs.json
6262 git commit -m "docs: auto-render SEPs documentation"
6363 git push
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1024: MCP Client Security Requirements for Lo…"
44description : " MCP Client Security Requirements for Local Server Installation"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1034: Support default values for all primitiv…"
44description : " Support default values for all primitive types in elicitation schemas"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1036: URL Mode Elicitation for secure out-of-…"
44description : " URL Mode Elicitation for secure out-of-band interactions"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1046: Support OAuth client credentials flow i…"
44description : " Support OAuth client credentials flow in authorization"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1302: Formalize Working Groups and Interest G…"
44description : " Formalize Working Groups and Interest Groups in MCP Governance"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1303: Input Validation Errors as Tool Executi…"
44description : " Input Validation Errors as Tool Execution Errors"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1319: Decouple Request Payload from RPC Metho…"
44description : " Decouple Request Payload from RPC Methods Definition"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1330: Elicitation Enum Schema Improvements an…"
44description : " Elicitation Enum Schema Improvements and Standards Compliance"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ sidebarTitle: "SEP-1577: Sampling With Tools"
44description : " Sampling With Tools"
55---
66
7- import { Badge } from " /snippets/badge.mdx" ;
8-
97<div className = " flex items-center gap-2 mb-4" >
10- <Badge color = " green" >Final</Badge >
11- <Badge color = " gray" >Standards Track</Badge >
8+ <Badge color = " green" shape = " pill" >
9+ Final
10+ </Badge >
11+ <Badge color = " gray" shape = " pill" >
12+ Standards Track
13+ </Badge >
1214</div >
1315
1416| Field | Value |
You can’t perform that action at this time.
0 commit comments