Closed
Description
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!

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