-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed as not planned
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linuxstale
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- 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 24.04
- Continue version: 1.3.10 (pre-release I also tried release)
- IDE version: 1.104.0
- Model: llama4 scout
- config:
name: Local Agent
version: 1.0.0
schema: v1
models:
- name: cam-llm
provider: openai
model: meta-llama/Llama-4-Scout-17B-16E-Instruct
apiBase: ${{ secrets.CAMLLMURL }}
apiKey: ${{ secrets.CAMLLMKEY }}
OR link to agent in Continue hub:Description
I followed the docs here: https://docs.continue.dev/reference/continue-mcp
When I try to add the docs mcp server I get the following error
Failed to parse block: Invalid input. > file:///path/to/project/.continue/mcpServers/continue-docs-mcp.yaml
To reproduce
- Create a folder called
.continue/mcpServersat the top level of your workspace - Add a file called
continue-docs-mcp.yamlto this folder - Write the following contents and save:
name: Continue Documentation MCP
version: 0.0.1
schema: v1
mcpServers:
- uses: continuedev/continue-docs-mcpLog output
Failed to parse block: Invalid input. > file:///path/to/project/.continue/mcpServers/continue-docs-mcp.yamlReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linuxstale
Type
Projects
Status
Done