From 0990da27110920ccebd517071ca9c5922c74ae70 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 10 Apr 2026 16:39:54 -0400 Subject: [PATCH] Delete product/.mcp.json --- product/.mcp.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 product/.mcp.json 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" - } - } - } -}