Before submitting your bug report
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/mcpServers at the top level of your workspace
- Add a file called
continue-docs-mcp.yaml to this folder
- Write the following contents and save:
name: Continue Documentation MCP
version: 0.0.1
schema: v1
mcpServers:
- uses: continuedev/continue-docs-mcp
Log output
Failed to parse block: Invalid input. > file:///path/to/project/.continue/mcpServers/continue-docs-mcp.yaml
Before submitting your bug report
Relevant environment info
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
To reproduce
.continue/mcpServersat the top level of your workspacecontinue-docs-mcp.yamlto this folderLog output
Failed to parse block: Invalid input. > file:///path/to/project/.continue/mcpServers/continue-docs-mcp.yaml