mirror of
https://github.com/mangooer/mysql-mcp-server-sse.git
synced 2025-12-23 22:56:38 +08:00
<feat> mysql mcp
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@ -0,0 +1,10 @@
|
||||
# MySQL数据库连接配置
|
||||
MYSQL_HOST=127.0.0.1
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USER=root
|
||||
MYSQL_PASSWORD=root
|
||||
MYSQL_DATABASE=test
|
||||
|
||||
# 服务器配置
|
||||
PORT=3000
|
||||
HOST=127.0.0.1
|
||||
Reference in New Issue
Block a user