Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
5b162e83
Unverified
Commit
5b162e83
authored
Jun 09, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Jun 09, 2025
Browse files
Merge pull request #2591 from AdrianWangs/dev
doc: 更新mcp版本号和文档介绍
parents
383fed52
3d7c99b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
projects/mcp/README.md
projects/mcp/README.md
+3
-5
projects/mcp/pyproject.toml
projects/mcp/pyproject.toml
+1
-1
No files found.
projects/mcp/README.md
View file @
5b162e83
...
@@ -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
)
文件。
projects/mcp/pyproject.toml
View file @
5b162e83
[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"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment