Skip to content

Commit 513c4e7

Browse files
committed
chore(release-nx-mcp): 0.6.2
1 parent 04d8256 commit 513c4e7

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

apps/nx-mcp/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## 0.6.2 (2025-08-27)
2+
3+
### 🚀 Features
4+
5+
- **nx-mcp:** expose recent CIPEs as MCP resources ([#2694](https://github.com/nrwl/nx-console/pull/2694))
6+
- **vscode:** use vscode api to register mcp server & migrate cursor to stdio mcp ([#2650](https://github.com/nrwl/nx-console/pull/2650))
7+
- enable mcp to communicate with IDE via JSON-RPC server ([#2640](https://github.com/nrwl/nx-console/pull/2640))
8+
- **nx-mcp:** add streamable http as a transport option & restructure args slightly ([#2632](https://github.com/nrwl/nx-console/pull/2632))
9+
- **nx-mcp:** default workspace path ([#2531](https://github.com/nrwl/nx-console/pull/2531))
10+
- **vscode:** enable support for streamable http transport in vscode mcp ([#2500](https://github.com/nrwl/nx-console/pull/2500))
11+
- add mcp and copilot support for cipe details ([#2469](https://github.com/nrwl/nx-console/pull/2469))
12+
- add mcp tool with for available plugins ([#2448](https://github.com/nrwl/nx-console/pull/2448))
13+
- **nx-mcp:** support communication via sse in the standalone mcp server ([#2441](https://github.com/nrwl/nx-console/pull/2441))
14+
- add nx mcp ([#2415](https://github.com/nrwl/nx-console/pull/2415))
15+
16+
### 🩹 Fixes
17+
18+
- **nx-mcp:** always process.exit() to avoid hanging processes ([#2711](https://github.com/nrwl/nx-console/pull/2711))
19+
- improve nx-mcp & nxls exit handlers ([#2688](https://github.com/nrwl/nx-console/pull/2688))
20+
- **vscode:** repair socket & route task retrieval through ideProvider ([#2674](https://github.com/nrwl/nx-console/pull/2674))
21+
- **nx-mcp:** make sure relative path is resolved when passing it to nx-mcp ([#2541](https://github.com/nrwl/nx-console/pull/2541))
22+
- **nx-mcp:** workspace tools shouldn't be available if cwd is not an nx workspace ([#2540](https://github.com/nrwl/nx-console/pull/2540))
23+
- **nx-mcp:** dont call console.log directly in stdio mode ([#2480](https://github.com/nrwl/nx-console/pull/2480))
24+
- keep mcp alive by implementing heart beat functionality ([#2473](https://github.com/nrwl/nx-console/pull/2473))
25+
- **vscode:** include local plugins in tool result & hide community plugins for now ([#2454](https://github.com/nrwl/nx-console/pull/2454))
26+
27+
### ❤️ Thank You
28+
29+
- Jonathan Cammisuli @Cammisuli
30+
- MaxKless @MaxKless

apps/nx-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nx-mcp",
3-
"version": "0.0.0",
3+
"version": "0.6.2",
44
"main": "main.js",
55
"description": "A Model Context Protocol server implementation for Nx",
66
"author": {

0 commit comments

Comments
 (0)