Skip to content

Commit 7e74139

Browse files
committed
revert: undo 9 PR merges (#3-#7, #9, #10, #15, #16)
Reverting merges that were done without review approval. Servers will be re-added through proper review process. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent bca7f63 commit 7e74139

13 files changed

Lines changed: 7 additions & 654 deletions

schemas/server-definition.schema.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@
167167
"format": "uri",
168168
"description": "HTTP endpoint URL (supports Streamable HTTP)"
169169
},
170-
"headers": {
171-
"type": "object",
172-
"additionalProperties": { "type": "string" },
173-
"description": "HTTP headers to include with requests. Values support ${input:ID} placeholders for user-provided values."
174-
},
175170
"metadata": {
176171
"$ref": "#/$defs/metadata"
177172
}

servers/com.github-mcp-http.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

servers/com.github-mcp.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
{
22
"$schema": "../schemas/server-definition.schema.json",
33
"id": "com.github-mcp",
4-
"name": "GitHub (Local)",
4+
"name": "GitHub",
55
"alias": "gh",
6-
"description": "Interact with GitHub repositories, issues, pull requests, actions, and code security through the official GitHub MCP server running locally via Docker. Supports GitHub.com, GitHub Enterprise Server, and GitHub Enterprise Cloud (ghe.com).",
6+
"description": "Interact with GitHub repositories, issues, pull requests, actions, and code security through the official GitHub MCP server.",
77
"icon": "https://avatars.githubusercontent.com/u/9919?v=4",
88
"schema_version": "2.1",
99
"categories": ["developer-tools", "version-control"],
10-
"tags": ["git", "github", "code", "issues", "pull-requests", "repos", "actions", "code-review", "enterprise"],
10+
"tags": ["git", "github", "code", "issues", "pull-requests", "repos", "actions", "code-review"],
1111

1212
"transport": {
1313
"type": "stdio",
1414
"command": "docker",
1515
"args": [
16-
"run", "-i", "--rm",
17-
"-e", "GITHUB_PERSONAL_ACCESS_TOKEN",
18-
"-e", "GITHUB_HOST",
16+
"run", "-i", "--rm", "-e",
17+
"GITHUB_PERSONAL_ACCESS_TOKEN",
1918
"ghcr.io/github/github-mcp-server"
2019
],
2120
"env": {
22-
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:GITHUB_PERSONAL_ACCESS_TOKEN}",
23-
"GITHUB_HOST": "${input:GITHUB_HOST}"
21+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:GITHUB_TOKEN}"
2422
},
2523
"metadata": {
2624
"inputs": [
2725
{
28-
"id": "GITHUB_PERSONAL_ACCESS_TOKEN",
26+
"id": "GITHUB_TOKEN",
2927
"label": "GitHub Personal Access Token",
3028
"description": "Token used to authenticate with the GitHub API. Requires repo and read:org scopes.",
3129
"type": "password",
@@ -37,16 +35,6 @@
3735
"instructions": "1. Click 'Generate new token (classic)'\n2. Give it a name like 'McpMux'\n3. Select scopes: repo, read:org\n4. Click 'Generate token'\n5. Copy the token (starts with ghp_)",
3836
"button_label": "Create Token"
3937
}
40-
},
41-
{
42-
"id": "GITHUB_HOST",
43-
"label": "GitHub Host",
44-
"description": "GitHub hostname. Set this for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency. Leave empty for github.com.",
45-
"type": "url",
46-
"required": false,
47-
"secret": false,
48-
"default": "https://api.github.com",
49-
"placeholder": "https://github.example.com"
5038
}
5139
]
5240
}

servers/com.grafana-mcp.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

servers/com.linear-mcp.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

servers/com.neon-mcp-http.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

servers/com.neon-mcp.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)