fix: MCP quotes for windsurf compatibility (#264)

* fix quoting

* add changeset
This commit is contained in:
Joe Danziger
2025-04-19 09:42:16 -04:00
committed by GitHub
parent ac75d4e5f3
commit b6d1d9c782
3 changed files with 11 additions and 6 deletions

View File

@@ -33,9 +33,9 @@ MCP (Model Control Protocol) provides the easiest way to get started with Task M
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",
"MODEL": "claude-3-7-sonnet-20250219",
"PERPLEXITY_MODEL": "sonar-pro",
"MAX_TOKENS": 64000,
"TEMPERATURE": 0.2,
"DEFAULT_SUBTASKS": 5,
"MAX_TOKENS": "64000",
"TEMPERATURE": "0.2",
"DEFAULT_SUBTASKS": "5",
"DEFAULT_PRIORITY": "medium"
}
}