@nwire/mcp 0.11.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/mcp",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "private": false,
5
5
  "description": "Nwire MCP (Model Context Protocol) server — exposes the kernel's CommandRouter as MCP tools over stdio. AI clients (Claude, Cursor, …) drive nwire commands the same way the CLI and Studio do.",
6
6
  "license": "MIT",
@@ -22,11 +22,11 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "@nwire/container": "0.11.1",
26
- "@nwire/endpoint": "0.11.1",
27
- "@nwire/logger": "0.11.1",
28
- "@nwire/wires": "0.11.1",
29
- "@nwire/supervisor": "0.11.1"
25
+ "@nwire/container": "0.12.0",
26
+ "@nwire/endpoint": "0.12.0",
27
+ "@nwire/logger": "0.12.0",
28
+ "@nwire/wires": "0.12.0",
29
+ "@nwire/supervisor": "0.12.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.19.9",