<feat> mysql mcp

This commit is contained in:
tangyi
2025-03-26 10:44:16 +08:00
commit b2ec9356be
6 changed files with 227 additions and 0 deletions

10
.env.example Normal file
View 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