Skip to content

Commit f12663b

Browse files
Merge pull request modelcontextprotocol#2194 from jonathanhefner/use-mintlify-badge-component
Use Mintlify's built-in `<Badge>` component for SEP pages
2 parents af7e7a8 + 34fa502 commit f12663b

29 files changed

Lines changed: 201 additions & 252 deletions

.github/workflows/render-seps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -58,6 +58,6 @@ jobs:
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

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1024: MCP Client Security Requirements for Lo…"
44
description: "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 |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1034: Support default values for all primitiv…"
44
description: "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 |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1036: URL Mode Elicitation for secure out-of-…"
44
description: "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 |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1046: Support OAuth client credentials flow i…"
44
description: "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 |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1302: Formalize Working Groups and Interest G…"
44
description: "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 |

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1303: Input Validation Errors as Tool Executi…"
44
description: "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 |

docs/community/seps/1319-decouple-request-payload-from-rpc-methods-definiti.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1319: Decouple Request Payload from RPC Metho…"
44
description: "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 |

docs/community/seps/1330-elicitation-enum-schema-improvements-and-standards.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1330: Elicitation Enum Schema Improvements an…"
44
description: "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 |

docs/community/seps/1577--sampling-with-tools.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ sidebarTitle: "SEP-1577: Sampling With Tools"
44
description: "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 |

0 commit comments

Comments
 (0)