You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance installation process with Claude support and improved input handling
- Added new types and interfaces for installation commands in rpcTypes.ts.
- Refactored RegistryServerCard component to support installation in both VS Code and Claude Code.
- Introduced toggle groups for selecting installation mode and target.
- Implemented utility functions for building installation commands and handling inputs in registryInstall.ts.
- Improved error handling and user feedback during installation processes.
- Updated UI to reflect changes in installation options and statuses.
Copy file name to clipboardExpand all lines: WHATS_NEW.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# What's New in Copilot MCP!
2
2
3
+
## Version 0.0.85 – Claude Code, Bug Fixes, and Reliability Improvements 🛠
4
+
5
+
- Unified install controls let you choose between VS Code and Claude Code before running a single install button.
6
+
- Claude Code support: Install MCP servers directly into Claude Code (if installed) using stdio or HTTP transports.
7
+
8
+
*Sponsored by [Cloud MCP](https://cloudmcp.run?utm_source=copilot-mcp&utm_medium=vscode&utm_campaign=whats-new-0.0.84) - Try out Cloud MCP's [Router Mode](https://cloudmcp.run/blog/cloud-mcp-router?utm_referrer=copilot-mcp) that significantly improves tool calling success by AI agents!*
9
+
3
10
## Version 0.0.84 – Remote Registry Installs Are Back 🎯
4
11
*(October 8 2025)*
5
12
@@ -12,10 +19,6 @@ What’s new
12
19
- Remote MCP server results will show an "Install Remote" button that will set up VSCode with the server.
13
20
14
21
15
-
*Sponsored by [Cloud MCP](https://cloudmcp.run?utm_source=copilot-mcp&utm_medium=vscode&utm_campaign=whats-new-0.0.84) - Try out Cloud MCP's [Router Mode](https://cloudmcp.run/blog/cloud-mcp-router?utm_referrer=copilot-mcp) that significantly improves tool calling success by AI agents!*
16
-
17
-
18
-
19
22
## Version 0.0.80 – Official MCP Registry Search + Direct Installs 🎉
0 commit comments