Skip to content

Commit b923529

Browse files
chore: Update server.json schema to 2025-12-11
- Update schema URL to latest version (2025-12-11) - Remove 'status' field (now managed by registry per 2025-09-29 changelog)
1 parent 04a842f commit b923529

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.github/github-mcp-server",
44
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
55
"title": "GitHub",
6-
"status": "active",
76
"repository": {
87
"url": "https://github.com/github/github-mcp-server",
98
"source": "github"

0 commit comments

Comments
 (0)