Skip to content

Commit 833ed2b

Browse files
committed
Move to snake_case to test bug
1 parent 759c59e commit 833ed2b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

server.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"version": "${VERSION}",
1111
"packages": [
1212
{
13-
"registryType": "oci",
14-
"registryBaseUrl": "https://ghcr.io",
13+
"registry_type": "oci",
14+
"registry_base_url": "https://ghcr.io",
1515
"identifier": "ghcr.io/github/github-mcp-server",
1616
"version": "${VERSION}",
1717
"transport": {
1818
"type": "stdio"
1919
},
20-
"runtimeArguments": [
20+
"runtime_arguments": [
2121
{
2222
"type": "positional",
2323
"value": "run",
@@ -40,23 +40,23 @@
4040
},
4141
{
4242
"type": "positional",
43-
"valueHint": "env_var_name",
43+
"value_hint": "env_var_name",
4444
"value": "GITHUB_PERSONAL_ACCESS_TOKEN",
4545
"description": "Environment variable name"
4646
},
4747
{
4848
"type": "positional",
49-
"valueHint": "image_name",
49+
"value_hint": "image_name",
5050
"value": "ghcr.io/github/github-mcp-server",
5151
"description": "The container image to run"
5252
}
5353
],
54-
"environmentVariables": [
54+
"environment_variables": [
5555
{
5656
"description": "Your GitHub personal access token with appropriate scopes.",
57-
"isRequired": true,
57+
"is_required": true,
5858
"format": "string",
59-
"isSecret": true,
59+
"is_secret": true,
6060
"name": "GITHUB_PERSONAL_ACCESS_TOKEN"
6161
}
6262
]

0 commit comments

Comments
 (0)