mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
Holy hell it works kind of
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"canyon": {
|
||||
"command": "/app/bin/canyon",
|
||||
"args": ["mcp"],
|
||||
"env": {}
|
||||
"env": { "HOME": "/root" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user