- Add refreshMcpServers command to VS Code command palette
- Expose MCP refresh functionality through API for extensions
- Add McpApi interface to @roo-code/types package
- Initialize global MCP API instance on extension activation
- Add tests for new functionality
Fixes#8356