ninja-terminals 2.3.6 → 2.3.7

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/cli.js +2 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -100,7 +100,8 @@ async function runSetup() {
100
100
  args: ['ninja-terminals-mcp'],
101
101
  env: {
102
102
  NINJA_TERMINAL_COUNT: '4',
103
- NINJA_LOG_LEVEL: 'info'
103
+ NINJA_LOG_LEVEL: 'info',
104
+ HTTP_PORT: '3300'
104
105
  }
105
106
  };
106
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ninja-terminals",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "MCP server for multi-terminal Claude Code orchestration with DAG task management, parallel execution, and self-improvement",
5
5
  "main": "server.js",
6
6
  "bin": {