Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "mysql": {4 "env": {5 "MYSQL_HOST": "localhost",6 "MYSQL_USER": "your_username",7 "MYSQL_DATABASE": "your_database",8 "MYSQL_PASSWORD": "your_password"9 },10 "args": [11 "/path/to/mysql-server/build/index.js"12 ],13 "command": "node"14 }15 }16}
暂无评论. 成为第一个评论的人!
登录以参与讨论