Skip to content

Commit 7cbcf4e

Browse files
committed
chore: remove Perplexity MCP server configuration (#287)
Removed Perplexity AI model provider from MCP configuration This PR removes the Perplexity AI model provider from the `.mcp.json` configuration file. The change eliminates the Perplexity stdio handler and its associated API key environment variable.
1 parent cfa705b commit 7cbcf4e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.mcp.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
"name": "sequentialthinking",
2020
"command": "npx",
2121
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
22-
},
23-
"perplexity": {
24-
"type": "stdio",
25-
"command": "npx",
26-
"args": ["-y", "@perplexity-ai/mcp-server"],
27-
"env": {
28-
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}"
29-
}
3022
}
3123
}
3224
}

0 commit comments

Comments
 (0)