@orchestrator-claude/cli 1.4.9 → 1.5.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.
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2,35 +2,38 @@
|
|
|
2
2
|
"$schema": "https://modelcontextprotocol.io/schemas/mcp-config.json",
|
|
3
3
|
"mcpServers": {
|
|
4
4
|
"orchestrator-tools": {
|
|
5
|
-
"command": "
|
|
5
|
+
"command": "npx",
|
|
6
6
|
"args": [
|
|
7
|
-
"
|
|
7
|
+
"@orchestrator-claude/mcp-server"
|
|
8
8
|
],
|
|
9
9
|
"env": {
|
|
10
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
10
11
|
"ORCHESTRATOR_ROOT": ".orchestrator",
|
|
11
|
-
"NODE_ENV": "production"
|
|
12
|
-
"MCP_DEBUG": "false"
|
|
12
|
+
"NODE_ENV": "production"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"knowledge-base": {
|
|
16
|
-
"command": "
|
|
16
|
+
"command": "npx",
|
|
17
17
|
"args": [
|
|
18
|
-
"
|
|
18
|
+
"@orchestrator-claude/mcp-server",
|
|
19
|
+
"--server",
|
|
20
|
+
"knowledge-base"
|
|
19
21
|
],
|
|
20
22
|
"env": {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"MCP_DEBUG": "false"
|
|
23
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
24
|
+
"ORCHESTRATOR_ROOT": ".orchestrator"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"perplexity": {
|
|
27
|
-
"command": "
|
|
28
|
+
"command": "npx",
|
|
28
29
|
"args": [
|
|
29
|
-
"
|
|
30
|
+
"@orchestrator-claude/mcp-server",
|
|
31
|
+
"--server",
|
|
32
|
+
"perplexity"
|
|
30
33
|
],
|
|
31
34
|
"env": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
35
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
36
|
+
"PERPLEXITY_API_KEY": "{{perplexityApiKey}}"
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
}
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
{{/if}}"test": "{{#if scripts.test}}{{{scripts.test}}}{{else}}vitest{{/if}}",
|
|
13
13
|
"test:coverage": "{{#if scripts.[test:coverage]}}{{{scripts.[test:coverage]}}}{{else}}vitest --coverage{{/if}}",
|
|
14
14
|
"lint": "{{#if scripts.lint}}{{{scripts.lint}}}{{else}}eslint src --ext .ts{{/if}}",
|
|
15
|
-
"lint:fix": "{{#if scripts.[lint:fix]}}{{{scripts.[lint:fix]}}}{{else}}eslint src --ext .ts --fix{{/if}}"
|
|
15
|
+
"lint:fix": "{{#if scripts.[lint:fix]}}{{{scripts.[lint:fix]}}}{{else}}eslint src --ext .ts --fix{{/if}}",
|
|
16
|
+
"orchestrator": "orchestrator",
|
|
17
|
+
"orchestrator:start": "docker compose up -d"
|
|
16
18
|
},
|
|
17
19
|
"keywords": [
|
|
18
20
|
"orchestrator"
|
|
@@ -20,10 +22,12 @@
|
|
|
20
22
|
"author": "",
|
|
21
23
|
"license": "MIT",
|
|
22
24
|
"dependencies": {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
{{#if dependencies}}{{#each dependencies}}"{{@key}}": "{{this}}"{{#unless @last}},
|
|
26
|
+
{{/unless}}{{/each}}{{/if}}
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
29
|
+
"@orchestrator-claude/cli": "^1.4.10",
|
|
30
|
+
"@orchestrator-claude/mcp-server": "^1.4.10",
|
|
27
31
|
"@types/node": "^24.0.0",
|
|
28
32
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
29
33
|
"@typescript-eslint/parser": "^8.0.0",
|
package/package.json
CHANGED
|
@@ -2,35 +2,38 @@
|
|
|
2
2
|
"$schema": "https://modelcontextprotocol.io/schemas/mcp-config.json",
|
|
3
3
|
"mcpServers": {
|
|
4
4
|
"orchestrator-tools": {
|
|
5
|
-
"command": "
|
|
5
|
+
"command": "npx",
|
|
6
6
|
"args": [
|
|
7
|
-
"
|
|
7
|
+
"@orchestrator-claude/mcp-server"
|
|
8
8
|
],
|
|
9
9
|
"env": {
|
|
10
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
10
11
|
"ORCHESTRATOR_ROOT": ".orchestrator",
|
|
11
|
-
"NODE_ENV": "production"
|
|
12
|
-
"MCP_DEBUG": "false"
|
|
12
|
+
"NODE_ENV": "production"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"knowledge-base": {
|
|
16
|
-
"command": "
|
|
16
|
+
"command": "npx",
|
|
17
17
|
"args": [
|
|
18
|
-
"
|
|
18
|
+
"@orchestrator-claude/mcp-server",
|
|
19
|
+
"--server",
|
|
20
|
+
"knowledge-base"
|
|
19
21
|
],
|
|
20
22
|
"env": {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"MCP_DEBUG": "false"
|
|
23
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
24
|
+
"ORCHESTRATOR_ROOT": ".orchestrator"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"perplexity": {
|
|
27
|
-
"command": "
|
|
28
|
+
"command": "npx",
|
|
28
29
|
"args": [
|
|
29
|
-
"
|
|
30
|
+
"@orchestrator-claude/mcp-server",
|
|
31
|
+
"--server",
|
|
32
|
+
"perplexity"
|
|
30
33
|
],
|
|
31
34
|
"env": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
35
|
+
"ORCHESTRATOR_API_URL": "http://localhost:3001",
|
|
36
|
+
"PERPLEXITY_API_KEY": "{{perplexityApiKey}}"
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
}
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
{{/if}}"test": "{{#if scripts.test}}{{{scripts.test}}}{{else}}vitest{{/if}}",
|
|
13
13
|
"test:coverage": "{{#if scripts.[test:coverage]}}{{{scripts.[test:coverage]}}}{{else}}vitest --coverage{{/if}}",
|
|
14
14
|
"lint": "{{#if scripts.lint}}{{{scripts.lint}}}{{else}}eslint src --ext .ts{{/if}}",
|
|
15
|
-
"lint:fix": "{{#if scripts.[lint:fix]}}{{{scripts.[lint:fix]}}}{{else}}eslint src --ext .ts --fix{{/if}}"
|
|
15
|
+
"lint:fix": "{{#if scripts.[lint:fix]}}{{{scripts.[lint:fix]}}}{{else}}eslint src --ext .ts --fix{{/if}}",
|
|
16
|
+
"orchestrator": "orchestrator",
|
|
17
|
+
"orchestrator:start": "docker compose up -d"
|
|
16
18
|
},
|
|
17
19
|
"keywords": [
|
|
18
20
|
"orchestrator"
|
|
@@ -20,10 +22,12 @@
|
|
|
20
22
|
"author": "",
|
|
21
23
|
"license": "MIT",
|
|
22
24
|
"dependencies": {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
{{#if dependencies}}{{#each dependencies}}"{{@key}}": "{{this}}"{{#unless @last}},
|
|
26
|
+
{{/unless}}{{/each}}{{/if}}
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
29
|
+
"@orchestrator-claude/cli": "^1.4.10",
|
|
30
|
+
"@orchestrator-claude/mcp-server": "^1.4.10",
|
|
27
31
|
"@types/node": "^24.0.0",
|
|
28
32
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
29
33
|
"@typescript-eslint/parser": "^8.0.0",
|