MCPServer安装问题

根据官方文档:

https://github.com/oceanbase/mcp-oceanbase/blob/main/doc/oceanbase_mcp_server.md

Install dependencies

pip install -r requirements.txt

Run the server

python -m oceanbase_mcp_server

我安装了requirements.txt,但是python -m oceanbase_mcp_server时报错
No module named oceanbase_mcp_server

首先你需要了解一下 python module 运行原理,这样才可以自己去解决这个问题。
第二,建议在 linux 或ubuntu环境去跑这个例子。