Holy hell it works kind of

This commit is contained in:
DominicJamesWhite
2025-04-09 18:33:57 +02:00
parent 212844d5dc
commit 2ab7ac81d1
3 changed files with 34 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import path from "path";
import { getServerSideConfig } from "../config/server";
const logger = new MCPClientLogger("MCP Actions");
const CONFIG_PATH = path.join(process.cwd(), "app/mcp/mcp_config.json");
const CONFIG_PATH = "/app/app/mcp/mcp_config.json"; // Use absolute path
const clientsMap = new Map<string, McpClientData>();

View File

@@ -3,7 +3,7 @@
"canyon": {
"command": "/app/bin/canyon",
"args": ["mcp"],
"env": {}
"env": { "HOME": "/root" }
}
}
}