Skip to content

访问http://127.0.0.1:9000/see 一直not found #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
huangyixin447 opened this issue May 19, 2025 · 2 comments
Open

访问http://127.0.0.1:9000/see 一直not found #13

huangyixin447 opened this issue May 19, 2025 · 2 comments

Comments

@huangyixin447
Copy link

Image

访问http://127.0.0.1:9000/see
一直not found

@wenb1n-dev
Copy link
Owner

尝试更新最新版本试试,或者使用 pip安装和配置

  1. 安装包
pip install mysql_mcp_server_pro
  1. 配置环境变量
    创建一个 .env 文件,内容如下:
# MySQL数据库配置
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=your_username
MYSQL_PASSWORD=your_password
MYSQL_DATABASE=your_database
# 可选值: readonly, writer, admin,默认为 readonly
MYSQL_ROLE=readonly
  1. 运行服务
# SSE 模式
mysql_mcp_server_sse

@rabbit-joe
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants