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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,13 +121,15 @@ The Remote GitHub MCP server supports the following URL path patterns:
121
121
-`/` - Default toolset (see ["default" toolset](../README.md#default-toolset))
122
122
-`/readonly` - Default toolset in read-only mode
123
123
-`/insiders` - Default toolset with insiders mode enabled
124
-
-`/insiders/readonly` - Default toolset with insiders mode in read-only mode
124
+
-`/readonly/insiders` - Default toolset in read-only mode with insiders mode enabled
125
125
-`/x/all` - All available toolsets
126
126
-`/x/all/readonly` - All available toolsets in read-only mode
127
127
-`/x/all/insiders` - All available toolsets with insiders mode enabled
128
+
-`/x/all/readonly/insiders` - All available toolsets in read-only mode with insiders mode enabled
128
129
-`/x/{toolset}` - Single specific toolset
129
130
-`/x/{toolset}/readonly` - Single specific toolset in read-only mode
130
131
-`/x/{toolset}/insiders` - Single specific toolset with insiders mode enabled
132
+
-`/x/{toolset}/readonly/insiders` - Single specific toolset in read-only mode with insiders mode enabled
131
133
132
134
Note: `{toolset}` can only be a single toolset, not a comma-separated list. To combine multiple toolsets, use the `X-MCP-Toolsets` header instead. Path modifiers like `/readonly` and `/insiders` can be combined with the `X-MCP-Insiders` or `X-MCP-Readonly` headers.
0 commit comments