Do I use web_search tool providing github-mcp-server?
#2186
-
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.
-
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 …