automagik-forge 0.1.4 → 0.1.8
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/bin/cli.js
CHANGED
@@ -157,12 +157,6 @@ if (isMcpMode || isMcpSseMode) {
|
|
157
157
|
const backendPort = process.env.BACKEND_PORT || process.env.PORT || "8887";
|
158
158
|
const host = process.env.HOST || "127.0.0.1";
|
159
159
|
|
160
|
-
// Ensure environment variables are set for spawned processes
|
161
|
-
process.env.MCP_SSE_PORT = mcpSsePort;
|
162
|
-
process.env.BACKEND_PORT = backendPort;
|
163
|
-
process.env.HOST = host;
|
164
|
-
process.env.RUST_LOG = process.env.RUST_LOG || "info";
|
165
|
-
|
166
160
|
let mainServerProc, mcpServerProc;
|
167
161
|
let shutdownInProgress = false;
|
168
162
|
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,33 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "automagik-forge",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.8",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
7
7
|
"automagik-forge": "bin/cli.js"
|
8
8
|
},
|
9
|
-
"keywords": [
|
10
|
-
"ai",
|
11
|
-
"agent",
|
12
|
-
"claude",
|
13
|
-
"gemini",
|
14
|
-
"automation",
|
15
|
-
"kanban",
|
16
|
-
"task-management",
|
17
|
-
"mcp",
|
18
|
-
"assistant"
|
19
|
-
],
|
9
|
+
"keywords": [],
|
20
10
|
"author": "Namastex Labs",
|
21
|
-
"license": "
|
22
|
-
"description": "
|
23
|
-
"repository": {
|
24
|
-
"type": "git",
|
25
|
-
"url": "git+https://github.com/namastexlabs/automagik-forge.git"
|
26
|
-
},
|
27
|
-
"homepage": "https://namastex.ai",
|
28
|
-
"bugs": {
|
29
|
-
"url": "https://github.com/namastexlabs/automagik-forge/issues"
|
30
|
-
},
|
11
|
+
"license": "",
|
12
|
+
"description": "NPX wrapper around automagik-forge and automagik-forge-mcp",
|
31
13
|
"files": [
|
32
14
|
"dist",
|
33
15
|
"bin"
|