automagik-forge 0.2.4 → 0.2.6
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
@@ -219,7 +219,7 @@ function extractAndRun(baseName, launch) {
|
|
219
219
|
|
220
220
|
if (isMcpMode || isMcpSseMode) {
|
221
221
|
extractAndRun("automagik-forge-mcp", (bin) => {
|
222
|
-
const mcpArgs = isMcpSseMode ? ["--mcp-sse"] : [];
|
222
|
+
const mcpArgs = isMcpSseMode ? ["--mcp-sse"] : ["--mcp"];
|
223
223
|
console.log(`Starting MCP server with ${isMcpSseMode ? 'SSE + STDIO' : 'STDIO'} transport...`);
|
224
224
|
|
225
225
|
// Environment variables are already loaded from .env file
|
Binary file
|
Binary file
|