Skip to content

Commit d75cb2c

Browse files
committed
Adding Both Cases
1 parent 833ed2b commit d75cb2c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

server.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2024-11-05/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",
@@ -10,14 +10,15 @@
1010
"version": "${VERSION}",
1111
"packages": [
1212
{
13+
"registryType": "oci",
1314
"registry_type": "oci",
14-
"registry_base_url": "https://ghcr.io",
15+
"registryBaseUrl": "https://ghcr.io",
1516
"identifier": "ghcr.io/github/github-mcp-server",
1617
"version": "${VERSION}",
1718
"transport": {
1819
"type": "stdio"
1920
},
20-
"runtime_arguments": [
21+
"runtimeArguments": [
2122
{
2223
"type": "positional",
2324
"value": "run",
@@ -40,23 +41,23 @@
4041
},
4142
{
4243
"type": "positional",
43-
"value_hint": "env_var_name",
44+
"valueHint": "env_var_name",
4445
"value": "GITHUB_PERSONAL_ACCESS_TOKEN",
4546
"description": "Environment variable name"
4647
},
4748
{
4849
"type": "positional",
49-
"value_hint": "image_name",
50+
"valueHint": "image_name",
5051
"value": "ghcr.io/github/github-mcp-server",
5152
"description": "The container image to run"
5253
}
5354
],
54-
"environment_variables": [
55+
"environmentVariables": [
5556
{
5657
"description": "Your GitHub personal access token with appropriate scopes.",
57-
"is_required": true,
58+
"isRequired": true,
5859
"format": "string",
59-
"is_secret": true,
60+
"isSecret": true,
6061
"name": "GITHUB_PERSONAL_ACCESS_TOKEN"
6162
}
6263
]

0 commit comments

Comments
 (0)