| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thank you, this change is actually in content that is generated so the script would need to be updated. |
Sorry, something went wrong.
|
Good catch. I've updated the script and rebased |
Sorry, something went wrong.
The default toolset row covers /mcp/ but /x/all is still a real, useful meta toolset that enables every toolset at once. Render both as special rows above the per-toolset list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Confirmed against the URL Path Parameters section in the same doc — the base URL /mcp/ serves the default toolset, and /mcp/x/all is the all-toolsets URL. The previous table conflated the two. Fix is accurate and minimal. Thanks @korobitsin!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Clarifies that the base MCP URL (/mcp/) exposes the default toolset rather than all toolsets in the remote server documentation.
Why
The documentation currently implies that the base MCP URL (https://api.githubcopilot.com/mcp/) corresponds to the all toolset. However, the URL path rules later in the document state that / serves the default toolset and /x/all enables all toolsets. This PR resolves that ambiguity.
What changed
MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
Lint & tests
Docs