🧱 安装方式

✅ 方法一:使用 uvx(推荐)
通过 uvx 安装并运行:
uvx install dolphindb-mcp-server
安装完成后,直接运行:
uvx dolphindb-mcp-server
📌 注意:uvx 安装方式需要通过 uv.pack 构建并上传到 Universe。如果你尚未上传,请参考 uv 文档进行打包与发布。
✅ 方法二:从 PyPI 安装
pip install dolphindb-mcp-server
安装后运行:
dolphindb-mcp-server
...