Replies: 3 comments 1 reply
-
|
Thanks for submitting this bug, did you make sure to npm install -g task-master-ai ? |
Beta Was this translation helpful? Give feedback.
-
|
Once again it started failing.. this time I again installed "npm install -g task-master-ai" to make sure that is not the issue Here is the logs from cursor 2025-04-18 18:06:06.523 [info] r-ai: Handling ReloadClient action |
Beta Was this translation helpful? Give feedback.
-
|
@gauravhp were you ever able to get this sorted, taskmaster has very much evolved since! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I try to add mcp server to my cursor, I am not able to having working
Steps to Reproduce
"taskmaster-ai": {
"command": "npx",
"args": ["-y", "task-master-mcp"],
"env": {
"ANTHROPIC_API_KEY": ,
"PERPLEXITY_API_KEY": ,
"MODEL": "claude-3-7-sonnet-20250219",
"PERPLEXITY_MODEL": "sonar-pro",
"MAX_TOKENS": 64000,
"TEMPERATURE": 0.0,
"DEFAULT_SUBTASKS": 5,
"DEFAULT_PRIORITY": "medium"
}
}
Expected Behavior
MCP server should start
Actual Behavior
MCP Server is not starting
Screenshots or Logs
2025-04-16 15:10:28.241 [info] r-ai: Handling ReloadClient action
2025-04-16 15:10:28.242 [info] r-ai: getOrCreateClient for stdio server. process.platform: darwin isElectron: true
2025-04-16 15:10:28.242 [info] r-ai: Starting new stdio process with command: npx -y task-master-mcp
2025-04-16 15:10:30.199 [info] r-ai: Client closed for command
2025-04-16 15:10:30.200 [error] r-ai: Error in MCP: Client closed
2025-04-16 15:10:30.200 [error] r-ai: Failed to reload client: MCP error -32000: Connection closed
2025-04-16 15:10:30.203 [info] base: Handling ListOfferings action
2025-04-16 15:10:30.203 [info] base: Listing offerings
2025-04-16 15:10:30.203 [info] base: getOrCreateClient for stdio server. process.platform: darwin isElectron: true
2025-04-16 15:10:30.203 [info] base: Reusing existing stdio client
2025-04-16 15:10:30.203 [info] base: Connected to stdio server, fetching offerings
2025-04-16 15:10:30.218 [info] listOfferings: Found 1 tools
2025-04-16 15:10:30.218 [info] base: Found 1 tools, 0 resources, and 0 resource templates
2025-04-16 15:10:30.227 [info] ools: Handling ListOfferings action
2025-04-16 15:10:30.227 [error] ools: No server info found
2025-04-16 15:10:30.265 [info] r-ai: Handling ListOfferings action
2025-04-16 15:10:30.265 [error] r-ai: No server info found
Environment
Additional Context
Any additional information or context that might help diagnose the issue.
Beta Was this translation helpful? Give feedback.
All reactions