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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server
57
57
58
58
-`X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues".
59
59
- Equivalent to`GITHUB_TOOLSETS` env var for Local server.
60
-
- If the list is empty, default toolsets will be used.If a bad toolset is provided, the server will fail to startandemit a 400 bad request status. Whitespace is ignored.
60
+
- If the list is empty, default toolsets will be used.Invalid or unknown toolsets are silently ignored without errorandwill not prevent the server from starting. Whitespace is ignored.
61
61
-`X-MCP-Readonly`: Enables only "read" tools.
62
62
- Equivalent to`GITHUB_READ_ONLY` env var for Local server.
63
63
- If this header is empty, "false", "f", "no", "n", "0", or "off" (ignoring whitespace and case), it will be interpreted as false. All other values are interpreted as true.