mirror of
https://github.com/mangooer/mysql-mcp-server-sse.git
synced 2026-02-05 01:55:23 +08:00
<feat> 添加 Docker 支持,包含 Dockerfile 和 .dockerignore 文件,更新 README 以说明 Docker 部署方法,更新依赖版本以支持 Python 3.12.3 及以上版本
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
mcp>=0.1.0
|
||||
aiomysql==0.2.0
|
||||
python-dotenv>=0.19.0
|
||||
sqlparse>=0.4.2
|
||||
# 需要 Python 3.12.3 及以上版本 / Requires Python >=3.12.3
|
||||
mcp>=1.4.1
|
||||
aiomysql>=0.2.0
|
||||
python-dotenv>=1.0.1
|
||||
sqlparse>=0.5.3
|
||||
Reference in New Issue
Block a user