UNPKG

nx-mcp

Version:

A Model Context Protocol server implementation for Nx

140 lines (80 loc) 5.34 kB
## 0.12.0 (2025-12-16) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.11.0 (2025-12-02) ### 🚀 Features - **nx-mcp:** add --tools flag and vscode option to filter mcp tools ([#2908](https://github.com/nrwl/nx-console/pull/2908)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.10.0 (2025-11-11) ### 🚀 Features - **nx-mcp:** make mcp server via streamable http stateful with sessions ([#2877](https://github.com/nrwl/nx-console/pull/2877)) - **nx-mcp:** rename nx_cloud_analytics tools to just cloud_analytics ([#2876](https://github.com/nrwl/nx-console/pull/2876)) - **vscode:** add debug logging setting to vscode & nxls ([#2873](https://github.com/nrwl/nx-console/pull/2873)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.9.0 (2025-11-04) ### 🚀 Features - **nx-mcp:** remove MCP tools made redundant by self healing and rename others ([#2856](https://github.com/nrwl/nx-console/pull/2856)) ### 🩹 Fixes - **nx-mcp:** update sdk version & use new logging format ([#2848](https://github.com/nrwl/nx-console/pull/2848)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.8.0 (2025-10-24) ### 🚀 Features - **nx-mcp:** make token optimization kick in sooner & implement pagination for nx_project_details ([#2835](https://github.com/nrwl/nx-console/pull/2835)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.7.0 (2025-10-10) ### 🚀 Features - **nx-mcp:** use new passive daemon watcher to prevent resource usage from mcp ([#2814](https://github.com/nrwl/nx-console/pull/2814)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.6.12 (2025-09-23) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.11 (2025-09-23) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.10 (2025-09-23) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.9 (2025-09-23) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.8 (2025-09-22) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.7 (2025-09-22) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.6 (2025-09-22) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.5 (2025-09-22) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.4 (2025-09-15) ### 🚀 Features - **nx-mcp:** update project_details tool description and return dependencies from it ([#2745](https://github.com/nrwl/nx-console/pull/2745)) ### 🩹 Fixes - **nx-mcp:** do not block mcp init with project graph computation ([#2752](https://github.com/nrwl/nx-console/pull/2752)) ### ❤️ Thank You - MaxKless @MaxKless ## 0.6.3 (2025-08-27) This was a version bump only for nx-mcp to align it with other projects, there were no code changes. ## 0.6.2 (2025-08-27) ### 🚀 Features - **nx-mcp:** expose recent CIPEs as MCP resources ([#2694](https://github.com/nrwl/nx-console/pull/2694)) - **vscode:** use vscode api to register mcp server & migrate cursor to stdio mcp ([#2650](https://github.com/nrwl/nx-console/pull/2650)) - enable mcp to communicate with IDE via JSON-RPC server ([#2640](https://github.com/nrwl/nx-console/pull/2640)) - **nx-mcp:** add streamable http as a transport option & restructure args slightly ([#2632](https://github.com/nrwl/nx-console/pull/2632)) - **nx-mcp:** default workspace path ([#2531](https://github.com/nrwl/nx-console/pull/2531)) - **vscode:** enable support for streamable http transport in vscode mcp ([#2500](https://github.com/nrwl/nx-console/pull/2500)) - add mcp and copilot support for cipe details ([#2469](https://github.com/nrwl/nx-console/pull/2469)) - add mcp tool with for available plugins ([#2448](https://github.com/nrwl/nx-console/pull/2448)) - **nx-mcp:** support communication via sse in the standalone mcp server ([#2441](https://github.com/nrwl/nx-console/pull/2441)) - add nx mcp ([#2415](https://github.com/nrwl/nx-console/pull/2415)) ### 🩹 Fixes - **nx-mcp:** always process.exit() to avoid hanging processes ([#2711](https://github.com/nrwl/nx-console/pull/2711)) - improve nx-mcp & nxls exit handlers ([#2688](https://github.com/nrwl/nx-console/pull/2688)) - **vscode:** repair socket & route task retrieval through ideProvider ([#2674](https://github.com/nrwl/nx-console/pull/2674)) - **nx-mcp:** make sure relative path is resolved when passing it to nx-mcp ([#2541](https://github.com/nrwl/nx-console/pull/2541)) - **nx-mcp:** workspace tools shouldn't be available if cwd is not an nx workspace ([#2540](https://github.com/nrwl/nx-console/pull/2540)) - **nx-mcp:** dont call console.log directly in stdio mode ([#2480](https://github.com/nrwl/nx-console/pull/2480)) - keep mcp alive by implementing heart beat functionality ([#2473](https://github.com/nrwl/nx-console/pull/2473)) - **vscode:** include local plugins in tool result & hide community plugins for now ([#2454](https://github.com/nrwl/nx-console/pull/2454)) ### ❤️ Thank You - Jonathan Cammisuli @Cammisuli - MaxKless @MaxKless