Do I use web_search tool providing github-mcp-server?
#2186
-
|
According to copilot-cli/issues/57, copilot-cli seems to provide the |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
My guess is this is less about org membership and more about how the tool is surfaced in the specific client path. A feature can be enabled at the account level and still not appear if copilot-cli is only exposing the subset that the connected MCP server or current rollout supports. |
Beta Was this translation helpful? Give feedback.
-
|
@misumisumi you are correct that the settings here should do it: https://github.com/settings/copilot/features It is possible for orgs to limit this too I believe, I am asking for clarification. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
There is no The "Web Search" feature you toggled at https://github.com/settings/copilot/features is a separate Copilot platform feature; it's surfaced through whichever Copilot client integrates it, not via this MCP server. As of today the Copilot CLI does not seem to expose Web Search as an MCP tool — the toggle controls the in-product chat experience. Your org memberships shouldn't matter here because (a) you're on a personal Pro subscription and (b) even if a stricter org policy applied, the result wouldn't be a missing toolset — it'd be a permission denial on a tool that does exist. If you have a link to where |
Beta Was this translation helpful? Give feedback.




web_searchis not a toolset provided bygithub-mcp-server. The complete list of toolsets that this server exposes (as documented in README — Available Toolsets) is:actions,code_security,context,copilot,dependabot,discussions,gists,git,issues,labels,notifications,orgs,projects,pull_requests,repos,secret_protection,security_advisories,stargazers,userscopilot,copilot_spaces,github_support_docs_searchThere is no
web_searchtoolset on either path, which is whycopilot --add-github-mcp-toolset web_searchdoesn't expose it — there's nothing to enable on the GitHub MCP server side. That setting flag just maps to the toolsets …