Skip to content

Commit efaf7c6

Browse files
committed
feat: Update version to 0.0.84 and correct displayName formatting in package.json; add new features to WHATS_NEW.md
1 parent bde3c46 commit efaf7c6

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

WHATS_NEW.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# What's New in Copilot MCP!
22

3+
## Version 0.0.84 – Remote Registry Installs Are Back 🎯
4+
*(October 8 2025)*
5+
6+
We’ve restored full compatibility with the Official MCP Registry and just added the capability to **add remote HTTP MCP servers** right from Copilot MCP!
7+
8+
What’s new
9+
10+
- Remote endpoints now install cleanly with automatic `${input:...}` prompts for tokens and headers.
11+
- Registry searches are working again, so results appear immediately with updated metadata.
12+
- Remote MCP server results will show an "Install Remote" button that will set up VSCode with the server.
13+
14+
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+
319
## Version 0.0.80 – Official MCP Registry Search + Direct Installs 🎉
420
*(September 12 2025)*
521

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"author": {
44
"email": "[email protected]",
55
"name": "Vikash Loomba",
6-
"url": "https://automatalabs.io"
6+
"url": "https://cloudmcp.run"
77
},
88
"publisher": "AutomataLabs",
99
"repository": {
1010
"url": "https://github.com/vikashloomba/copilot-mcp",
1111
"type": "git"
1212
},
13-
"displayName": "Copilot MCP ",
13+
"displayName": "Copilot MCP ",
1414
"description": "Search, manage, and install open-source MCP servers",
15-
"version": "0.0.83",
15+
"version": "0.0.84",
1616
"icon": "logo.png",
1717
"engines": {
1818
"vscode": "^1.101.0"
@@ -198,4 +198,4 @@
198198
"vscode-messenger": "^0.5.1",
199199
"zod": "^3.24.4"
200200
}
201-
}
201+
}

0 commit comments

Comments
 (0)