File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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 ]
You can’t perform that action at this time.
0 commit comments