bug:
#548
Replies: 2 comments 2 replies
-
|
can I see the whole mcp.json with api keys redacted. Can I also see your .taskmasterconfig ? Moving this to discussions as I think this seems like a setup issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi! Thanks for your response. Here are the files you requested, with API keys redacted.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Title:
OpenRouter Free Models: All AI Commands Fail with JSON Parse Errors (
parse-prd,add-task, etc.)Body:
Describe the bug
All AI-powered commands (e.g.,
parse-prd,add-task) fail with JSON parsing errors when using any free OpenRouter model as the main model. No tasks are generated from the PRD, and completions do not work.To Reproduce
Steps to reproduce the behavior:
npm install -g task-master-ai.cursor/mcp.jsonwith a valid OpenRouter API key:{ "mcpServers": { "task-master-ai": { "env": { "OPENROUTER_API_KEY": "sk-or-..." } } } }Expected behavior
Tasks should be generated from the PRD, and completions should work.
Actual behavior
All AI commands fail with errors like:
Environment:
deepseek/deepseek-chat-v3-0324:free,google/gemma-3-12b-it:free,mistralai/mistral-small-3.1-24b-instruct:free, etc.Additional context
Full error output:
.cursor/mcp.json (redacted):
{ "mcpServers": { "task-master-ai": { "env": { "OPENROUTER_API_KEY": "sk-or-..." } } } }Beta Was this translation helpful? Give feedback.
All reactions