Skip to content

Commit 551a6bd

Browse files
committed
Update version and add specific file call
1 parent c742cc4 commit 551a6bd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/registry-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Publish to MCP Registry (with verbose output)
5757
run: |
5858
echo "Publishing with verbose output..."
59-
./mcp-publisher publish --verbose || true
59+
./mcp-publisher publish --file server.json --verbose || true
6060
echo ""
6161
echo "Checking if mcp-publisher has other flags..."
6262
./mcp-publisher publish --help || true

server.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2024-11-05/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/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
"status": "active",
@@ -61,5 +61,11 @@
6161
}
6262
]
6363
}
64+
],
65+
"remotes": [
66+
{
67+
"type": "streamable-http",
68+
"url": "https://api.githubcopilot.com/mcp/"
69+
}
6470
]
6571
}

0 commit comments

Comments
 (0)