From a911938f19891a0121c1bc2379c53788accc4c5a Mon Sep 17 00:00:00 2001 From: tommaso-moro Date: Thu, 13 Nov 2025 09:48:12 +0000 Subject: [PATCH 1/2] update docs --- docs/remote-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote-server.md b/docs/remote-server.md index ce506893e..01b49f3ee 100644 --- a/docs/remote-server.md +++ b/docs/remote-server.md @@ -57,7 +57,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server - `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues". - Equivalent to `GITHUB_TOOLSETS` env var for Local server. - - 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. + - If the list is empty, default toolsets will be used. Invalid or unknown toolsets are silently ignored without error and will not prevent the server from starting. - `X-MCP-Readonly`: Enables only "read" tools. - Equivalent to `GITHUB_READ_ONLY` env var for Local server. - 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. From 2fe0a1abed32f7af2f0a376f1057594fd9c3e3a8 Mon Sep 17 00:00:00 2001 From: tommaso-moro Date: Thu, 13 Nov 2025 09:57:49 +0000 Subject: [PATCH 2/2] update --- docs/remote-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote-server.md b/docs/remote-server.md index 01b49f3ee..b263d70aa 100644 --- a/docs/remote-server.md +++ b/docs/remote-server.md @@ -57,7 +57,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server - `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues". - Equivalent to `GITHUB_TOOLSETS` env var for Local server. - - If the list is empty, default toolsets will be used. Invalid or unknown toolsets are silently ignored without error and will not prevent the server from starting. + - If the list is empty, default toolsets will be used. Invalid or unknown toolsets are silently ignored without error and will not prevent the server from starting. Whitespace is ignored. - `X-MCP-Readonly`: Enables only "read" tools. - Equivalent to `GITHUB_READ_ONLY` env var for Local server. - 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.