Copilot CLI v1.0.16-0: MCP & Provider Fixes
Patch release fixes MCP server loading issues and Anthropic token limits. Removes deprecated marketplaces setting.
TL;DR
- MCP servers now load correctly after login, user switch, and reload
- BYOK Anthropic provider respects maxOutputTokens limit
- Deprecated marketplaces setting removed — migrate to extraKnownMarketplaces
Fixed
- MCP server loading — servers now load correctly after login, user switch, and /mcp reload commands
- BYOK Anthropic maxOutputTokens — bring-your-own-key Anthropic provider now respects the configured output token limit
Removed
- marketplaces setting — deprecated repository setting removed; use
extraKnownMarketplacesinstead
Update with: npm install -g @github/copilot-cli@1.0.16-0
Source: Copilot CLI