Dana K. Williams

Results 37 comments of Dana K. Williams

This may be more related to the model you're using with Deepseek and your model's hyperparameter settings than with the MySQL MPC server (mysql_mcp_server). We have only tested with the...

I am using it on "localhost", "127.0.0.1", a remote sever tunneled on a nonstandard port via putty, and on another computer on the LAN "10.1.10.253". So, I am not sure...

There may be a pull request that addresses that feature. https://github.com/designcomputer/mysql_mcp_server/pull/7

@zhrt123 We're actively working on adding pagination support to mysql_mcp_server. This enhancement will allow much more efficient handling of large result sets. The implementation involves several key components: Adding a...

I have not tested with Cline. Have you tried creating a simple example using just the Claude App to see if the environment variable gets passed correctly?

@zhangzhw8 Thank you for your contribution! While the addition of support for empty passwords in local MySQL testing could be convenient, it raises some concerns: 1. Security Risks: Allowing empty...

@20181000103340 When working with multiple databases, the standard practice is to establish separate connections to each database rather than trying to access multiple databases through a single connection. Each connection...

> Hi @designcomputer! Possible this is some kind of firewall issue - is this on windows? Yes, I am using a Windows computer, as indicated by the error message. Assuming...

> Did you have a version at which point this was working? Wondering if this is more so windows related or library related. Don't think there have been any client...

@ManojINaik I haven't personally tested _mysql_mcp_server_ in Cursor yet, but it should just work if correctly configured. https://docs.cursor.com/context/model-context-protocol Note: MCP tools may not work with all models. MCP tools are...