Skip to content

MySQL select_query "Method not found" #11

Closed
@cladjidane

Description

@cladjidane

Thanks for your work :) I can't get this MCP to work, I launch via docker, it seems to run fine. I checked that my MySQL database was accessible but I systematically get this message {’jsonrpc‘: “2.0”, “id”:1, “error”:{’code":-32601, “message”: “Method not found”}} I'm on Mac M2 and I even tried forcing AMD emulation to see if it was coming from there. Any ideas for my problem? Or how to debug? Thank you!

Image

Config :

{
  "mcpServers": {
    "dbhub-mysql": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--platform",
        "linux/amd64",
        "bytebase/dbhub",
        "--transport",
        "stdio",
        "--dsn",
        "mysql://root:[email protected]:3306/my_db?sslmode=disable"
      ]
    }
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions