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}
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요