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
ee79dd65
Commit
ee79dd65
authored
Jun 09, 2025
by
AdrianWang
Browse files
feat(mcp): 更新版本号至1.0.0并更新安装说明
将项目版本号更新为1.0.0,并在README中更新安装命令以反映新版本。
parent
2ef7f9de
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 @
ee79dd65
...
...
@@ -31,9 +31,11 @@
如果你的包已发布到 PyPI 或其他 Python 包索引,可以直接使用 pip 安装:
```
bash
pip
install
mineru-mcp
pip
install
mineru-mcp
==
1.0.0
```
目前版本:1.0.0
这种方式适用于不需要修改源代码的普通用户。
### 3.2 从源码安装
...
...
@@ -342,7 +344,3 @@ docker run -p 8001:8001 --env-file .env mineru-mcp:latest
5.
对于超时后无法再次调用的问题,需要重启 MCP 客户端
6.
如果反复出现超时,请检查网络连接或考虑使用本地 API 模式
## 9. 许可证
本项目采用 MIT 许可证。详见
[
LICENSE
](
LICENSE
)
文件。
projects/mcp/pyproject.toml
View file @
ee79dd65
[project]
name
=
"mineru-mcp"
version
=
"
0.1.12
"
version
=
"
1.0.0
"
description
=
"MinerU MCP Server for PDF to Markdown conversion"
authors
=
[
{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