GitHub Copilot CLI v0.0.350 trims default MCP tool set for context efficiency and adds --enable-all-github-mcp-tools flag.
$ git clone --branch v0.0.350 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.350
$ gh copilot --enable-all-github-mcp-tools
- ›Adds
--enable-all-github-mcp-toolsflag to opt back into the full set of GitHub MCP server tools when needed. - ›Limits the default GitHub MCP server tool set to a curated subset — covering code/repo navigation (
get_file_contents,search_code,search_repositories,list_branches,list_commits,get_commit), issue management (get_issue,list_issues,get_issue_comments,search_issues), PR management (pull_request_read,list_pull_requests,search_pull_requests), workflow info (list_workflows,list_workflow_runs,get_workflow_run,get_job_logs,get_workflow_run_logs), and user search (user_search) — to conserve context window space.