Skip to content

Commit 3fd05d6

Browse files
committed
fix: update server.json to correct repository details and identifiers
1 parent 6737fd8 commit 3fd05d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
3-
"name": "io.github.github/github-mcp-http",
4-
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
3+
"name": "io.github.nickytonline/github-mcp-http",
4+
"description": "GitHub MCP Server with HTTP streamable transport and OAuth support for self-hosted enterprise deployments.",
55
"status": "active",
66
"repository": {
7-
"url": "https://github.com/github/github-mcp-http",
7+
"url": "https://github.com/nickytonline/github-mcp-http",
88
"source": "github"
99
},
1010
"version": "${VERSION}",
1111
"packages": [
1212
{
1313
"registryType": "oci",
1414
"registryBaseUrl": "https://ghcr.io",
15-
"identifier": "github/github-mcp-http",
15+
"identifier": "nickytonline/github-mcp-server",
1616
"version": "${VERSION}",
1717
"transport": {
1818
"type": "stdio"
@@ -47,7 +47,7 @@
4747
{
4848
"type": "positional",
4949
"valueHint": "image_name",
50-
"value": "ghcr.io/github/github-mcp-http",
50+
"value": "ghcr.io/nickytonline/github-mcp-server",
5151
"description": "The container image to run"
5252
}
5353
],

0 commit comments

Comments
 (0)