continue-docs-mcp config given in documentation doesn't work
Opened this issue · 1 comments
TomMelt commented
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.yamlben-hawks commented
I can confirm I get the same issues on Windows 11, using the intellij plugin (on Pycharm 2025.2).
The following config at least clears the syntax error:
name: Continue Documentation MCP
version: 0.0.1
schema: v1
mcpServers:
- name: Continue Documentation MCP
uses: continuedev/continue-docs-mcpBut I get the following error in the Tools menu:
Failed to connect to "Continue Documentation MCP"
Error: The "path" argument must be of type string. Received undefined