You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/remote-server.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ These toolsets are only available in the remote GitHub MCP Server and are not in
49
49
50
50
The Remote GitHub MCP server has optional headers equivalent to the Local server env vars:
51
51
52
-
-`X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issue".
52
+
-`X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues".
53
53
- Equivalent to `GITHUB_TOOLSETS` env var for Local server.
54
54
- If the list is empty, default toolsets will be used. If a bad toolset is provided, the server will fail to start and emit a 400 bad request status. Whitespace is ignored.
0 commit comments