Continue

To configure the MCP Server in Continue’s VS Code Extension, go to Continue Activity ‣ Open Settings ‣ Tools ‣ Add MCP Server, and add the following configuration.

#...
mcpServers:
  - name: DVT MCP server
    command: /bin/bash
    args:
      - -c
      - "$HOME/.dvt/bin/dvt_env exec dvt_mcp.sh connect"
#...
#...
mcpServers:
  - name: DVT MCP server
    command: cmd
    args:
      - /c
      - "%UserProfile%/.dvt/bin/dvt_env.exe exec dvt_mcp.bat connect"
#...