Unverified Commit 5b162e83 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #2591 from AdrianWangs/dev

doc: 更新mcp版本号和文档介绍
parents 383fed52 3d7c99b6
...@@ -31,9 +31,11 @@ ...@@ -31,9 +31,11 @@
如果你的包已发布到 PyPI 或其他 Python 包索引,可以直接使用 pip 安装: 如果你的包已发布到 PyPI 或其他 Python 包索引,可以直接使用 pip 安装:
```bash ```bash
pip install mineru-mcp pip install mineru-mcp==1.0.0
``` ```
目前版本:1.0.0
这种方式适用于不需要修改源代码的普通用户。 这种方式适用于不需要修改源代码的普通用户。
### 3.2 从源码安装 ### 3.2 从源码安装
...@@ -342,7 +344,3 @@ docker run -p 8001:8001 --env-file .env mineru-mcp:latest ...@@ -342,7 +344,3 @@ docker run -p 8001:8001 --env-file .env mineru-mcp:latest
5. 对于超时后无法再次调用的问题,需要重启 MCP 客户端 5. 对于超时后无法再次调用的问题,需要重启 MCP 客户端
6. 如果反复出现超时,请检查网络连接或考虑使用本地 API 模式 6. 如果反复出现超时,请检查网络连接或考虑使用本地 API 模式
## 9. 许可证
本项目采用 MIT 许可证。详见 [LICENSE](LICENSE) 文件。
[project] [project]
name = "mineru-mcp" name = "mineru-mcp"
version = "0.1.12" version = "1.0.0"
description = "MinerU MCP Server for PDF to Markdown conversion" description = "MinerU MCP Server for PDF to Markdown conversion"
authors = [ authors = [
{name = "minerU",email = "OpenDataLab@pjlab.org.cn"} {name = "minerU",email = "OpenDataLab@pjlab.org.cn"}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment