Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Continue.dev adapter

Wires vouch serve into Continue as an MCP server.

Setup

Continue reads its config from ~/.continue/config.json (legacy) or ~/.continue/config.yaml (current). For the YAML form:

mcpServers:
  - name: vouch
    command: vouch
    args: ["serve"]
    env:
      VOUCH_AGENT: continue

Restart Continue (Cmd-Shift-P → Continue: Reload).

Notes

  • Continue may not surface MCP tools by default in chat — check the Tools toggle in the chat panel.
  • Continue's prompt templates may interfere with tool calling on smaller models. If kb_propose_claim keeps producing arguments that don't validate, switch to a model with stronger tool-use support.