From a3af563e894286654bf1e7cf1f66190d9c467a79 Mon Sep 17 00:00:00 2001 From: Kadxy <2230318258@qq.com> Date: Thu, 9 Jan 2025 20:13:16 +0800 Subject: [PATCH] feat: Reset mcp_config.json to empty --- app/mcp/mcp_config.json | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/app/mcp/mcp_config.json b/app/mcp/mcp_config.json index ee092d7f0..da39e4ffa 100644 --- a/app/mcp/mcp_config.json +++ b/app/mcp/mcp_config.json @@ -1,36 +1,3 @@ { - "mcpServers": { - "filesystem": { - "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-filesystem", - "/Users/kadxy/Desktop" - ] - }, - "docker-mcp": { - "command": "uvx", - "args": ["docker-mcp"] - }, - "difyworkflow": { - "command": "mcp-difyworkflow-server", - "args": ["-base-url", "23"], - "env": { - "DIFY_WORKFLOW_NAME": "23", - "DIFY_API_KEYS": "23" - } - }, - "postgres": { - "command": "docker", - "args": ["run", "-i", "--rm", "mcp/postgres", null] - }, - "playwright": { - "command": "npx", - "args": ["-y", "@executeautomation/playwright-mcp-server"] - }, - "gdrive": { - "command": "npx", - "args": ["-y", "@modelcontextprotocol/server-gdrive"] - } - } + "mcpServers": {} }