Skip to content

[MCP Bug] @benborla29/mcp-server-mysql #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shenxiaoning opened this issue Mar 6, 2025 · 2 comments
Open

[MCP Bug] @benborla29/mcp-server-mysql #67

shenxiaoning opened this issue Mar 6, 2025 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@shenxiaoning
Copy link

npx -y @smithery/cli@latest run @benborla29/mcp-server-mysql --config "{"mysqlDb":"backyard","mysqlHost":"flashhr-dev-db.fex.pub","mysqlPass":"123456","mysqlPort":"3306","mysqlUser":"backyard"}"

@arjunkmrm
Copy link
Collaborator

@shenxiaoning the issue is with the JSON formatting in your command. Please use https://smithery.ai/server/@benborla29/mcp-server-mysql to generate command to avoid formatting issues! The command below should run:

npx -y @smithery/cli@latest run @benborla29/mcp-server-mysql --config "{\"mysqlDb\":\"backyard\",\"mysqlHost\":\"flashhr-dev-db.fex.pub\",\"mysqlPass\":\"123456\",\"mysqlPort\":\"3306\",\"mysqlUser\":\"backyard\"}"

@arjunkmrm arjunkmrm added the question Further information is requested label Mar 11, 2025
@adgower
Copy link

adgower commented Mar 24, 2025

#129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants