diff --git a/product/.mcp.json b/product/.mcp.json deleted file mode 100644 index f44ccd0..0000000 --- a/product/.mcp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "mcpServers": { - "minimax-search": { - "type": "stdio", - "command": "uvx", - "args": ["minimax-coding-plan-mcp", "-y"], - "env": { - "MINIMAX_API_HOST": "https://api.minimax.io" - } - } - } -}