From 08b298d909bf5ae89dcbd9bab1b8ea1d9cedda2b Mon Sep 17 00:00:00 2001 From: Wojtek Majewski Date: Fri, 31 Oct 2025 09:04:25 +0100 Subject: [PATCH] Remove Perplexity provider from MCP configuration --- .mcp.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.mcp.json b/.mcp.json index becb43299..d54c6bc0b 100644 --- a/.mcp.json +++ b/.mcp.json @@ -19,14 +19,6 @@ "name": "sequentialthinking", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"] - }, - "perplexity": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@perplexity-ai/mcp-server"], - "env": { - "PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}" - } } } }