Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Ubuntu 22.04.5 LTS
- Continue version: 1.0.10
- IDE version: VS Codium 1.100.23258
- Model: local MCP Server for claude-taskmaster-ai
- config: attached
Description
-
I'm trying to integrate Task-Master with VS Codium
[Codium is built from same source as VS Code, but without any MS telemetry]. -
Attached: ~/.continue/config.yaml: config.yaml.txt
-
Attached: ~/Code/<PROJECT_DIR>/.continue/mcpServers/new-mcpServer.yaml: new-mcpServer.yaml.txt
-
Problem Description:
MCP server "task-master" is visible in the MCP "tab" of Continue.
However, I can't see task-master in the 'drop down' menu to chose it as an agent.
Hovering over the "error icon" shows the following error text:
Error loading resources for MCP Server task-master: [ { "code":"invalid_type", "expected":"string", "received":"undefined", "path":["resources",0,"uri"] }, { "code":"invalid_type", "expected":"string", "received":"undefined", "path":["resources",0,"name"], "message":"Required" } ]
-
Seemingly related reported issues:
Error loading resources mcp error 32601 #5221
Cannot implement mcp server. #5521 -
Node version: v20.19.2
Screenshots to highlight the bug:
To reproduce
-
Follow instructions to install task-master:
cd ~/projectDir
nvm use 20
npm install task-master-ai
npx task-master init (configure models etc)
configuration is saved in ./.taskmasterconfig file -
Add new MCP server in Continue (running in VS Codium)
-
reload Continue OR relaunch codium
-
Try to use the new MCP server in Agent Mode. Does not appear in the menu. Hovering over the error icon, shows the details.
Log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status