Skip to content

Cannot run mcp server in Continue extension #20

@fjodor-rybakov

Description

@fjodor-rybakov

I use Continue extension on VS Code and get follow error:
Error loading resource templates for MCP Server Connect to local db: MCP error -32601: Method not found
Image

My config:

name: New MCP server
version: 0.0.1
schema: v1
mcpServers:
  - name: Connect to local db
    command: npx
    args:
      - -y
      - "@executeautomation/database-server"
      - --postgresql
      - --host
      - localhost
      - --database
      - dbName
      - --user
      - user
      - --password
      - password
    env: {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions