Skip to content

continue-docs-mcp config given in documentation doesn't work #7771

@TomMelt

Description

@TomMelt

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

  1. Create a folder called .continue/mcpServers at the top level of your workspace
  2. Add a file called continue-docs-mcp.yaml to this folder
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:mcpRelates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on Linuxstale

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions