0.0.350
0.0.350 - 2025-10-23
- To conserve context window space, we've limited the list of tools available to the default GitHub MCP server. In our tests, the model will use the GitHub CLI,
gh(if installed) in lieu of missing MCP tools. We added an--enable-all-github-mcp-toolsif you wish to turn on all available tools.
Default available tools are:- 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
- Misc search
- user_search
- Code & Repo navigation
- Bundled
sharpdependency into the CLI package -- we're one step closer to implementing #16, and this fixes some startup blockers on Windows (fixes #309 & #287) - Fixed a bug where input tokens were not tracked properly (Fixes #337)
- Fixed a bug where MCP tools with arguments would fail with streaming enabled
- Added additional debug logging that will help us investigate #346
Run npm install -g @github/copilot@latest to update!