Skip to content

Commit b3f3303

Browse files
committed
Re-add GitHub env vars
Signed-off-by: Dan Barr <[email protected]>
1 parent 48e0621 commit b3f3303

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

registry/github/spec.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,18 @@ env_vars:
131131
description: GitHub personal access token with appropriate permissions
132132
required: true
133133
secret: true
134-
- name: GH_HOST
134+
- name: GITHUB_HOST
135135
description: GitHub Enterprise Server hostname (optional)
136136
required: false
137+
- name: GITHUB_TOOLSETS
138+
description: Comma-separated list of toolsets to enable (e.g., 'repos,issues,pull_requests'). If not set, all toolsets are enabled. See the README for available toolsets.
139+
required: false
140+
- name: GITHUB_DYNAMIC_TOOLSETS
141+
description: Set to '1' to enable dynamic toolset discovery
142+
required: false
143+
- name: GITHUB_READ_ONLY
144+
description: Set to '1' to enable read-only mode, preventing any modifications to GitHub resources
145+
required: false
137146
provenance:
138147
cert_issuer: https://token.actions.githubusercontent.com
139148
repository_uri: https://github.com/github/github-mcp-server

0 commit comments

Comments
 (0)