better-chatbot / src /lib /ai /mcp /config-path.ts
Bot
Initial commit for HF Spaces
05c5ed5
Raw
History Blame Contribute Delete
135 Bytes
import { join } from "path";
export const MCP_CONFIG_PATH =
process.env.MCP_CONFIG_PATH || join(process.cwd(), ".mcp-config.json");