sub-agents-mcp 0.6.0 → 0.7.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -45,7 +45,7 @@ Choose **sub-agents-mcp** for production use with reliability features. Choose *
45
45
 
46
46
  ## Prerequisites
47
47
 
48
- - Node.js 20 or higher
48
+ - Node.js 22 or higher
49
49
  - One of these execution engines (they actually run the sub-agents):
50
50
  - `cursor-agent` CLI (from Cursor)
51
51
  - `claude` CLI (from Claude Code)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sub-agents-mcp",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "mcpName": "io.github.shinpr/sub-agents-mcp",
5
5
  "description": "MCP server for delegating tasks to specialized AI assistants in Cursor and other tools",
6
6
  "type": "module",
@@ -84,7 +84,7 @@
84
84
  "vitest": "^4.0.18"
85
85
  },
86
86
  "engines": {
87
- "node": ">=20"
87
+ "node": ">=22"
88
88
  },
89
89
  "lint-staged": {
90
90
  "src/**/*.{ts,tsx}": [