Skip to content

Commit 9140022

Browse files
committed
feat: update version to 0.0.88 and add changelog entry for Codex CLI MCP Installer support
1 parent 5426d54 commit 9140022

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

WHATS_NEW.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# What's New in Copilot MCP!
22

3-
*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!*
3+
*Sponsored by [Cloud MCP](https://cloudmcp.run?utm_source=copilot-mcp&utm_medium=vscode&utm_campaign=whats-new) - 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!*
4+
5+
## Version 0.0.88 - Codex CLI MCP Installer
6+
*(October 17 2025)*
7+
We are excited to introduce **Codex CLI MCP Installer** support in Copilot MCP! This new feature allows users to seamlessly install MCP servers directly into **Codex CLI** from Copilot MCP.
48

59
## Version 0.0.86 + 0.0.87 – Clipboard-Friendly Claude Installs ✂️
610

7-
- Claude CLI installs now copy the generated command to your clipboard and surface a dedicated notification so you can rerun it quickly if the install fails.
11+
- Claude Code installer wil now copy the generated command to your clipboard in case the install fails.
812

913
## Version 0.0.85 – Claude Code, Bug Fixes, and Reliability Improvements 🛠
1014

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"displayName": "Copilot MCP",
1414
"description": "Search, manage, and install open-source MCP servers",
15-
"version": "0.0.87",
15+
"version": "0.0.88",
1616
"icon": "logo.png",
1717
"engines": {
1818
"vscode": "^1.101.0"
@@ -25,6 +25,10 @@
2525
"Chat"
2626
],
2727
"keywords": [
28+
"claude",
29+
"claude code",
30+
"codex",
31+
"codex cli",
2832
"chat-participant",
2933
"copilot",
3034
"copilot-mcp",
@@ -34,7 +38,6 @@
3438
"openrouter",
3539
"coding",
3640
"agent",
37-
"autonomous",
3841
"chatgpt",
3942
"sonnet",
4043
"ai",

0 commit comments

Comments
 (0)