From 15b9b0e6173940c6949c3b4cb2485dd4ae449eab Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Wed, 2 Apr 2025 22:29:38 -0400 Subject: [PATCH] chore: adjust the setupMCPConfiguration so it adds in the new env stuff. --- .cursor/mcp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cursor/mcp.json b/.cursor/mcp.json index 6dd8186d..3fc04e9c 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -10,8 +10,8 @@ "PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%", "MODEL": "%MODEL%", "PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%", - "MAX_TOKENS": "%MAX_TOKENS%", - "TEMPERATURE": "%TEMPERATURE%", + "MAX_TOKENS": 64000, + "TEMPERATURE": 0.4, "DEFAULT_SUBTASKS": 5, "DEFAULT_PRIORITY": "medium" }