Commit 4338b633 authored by myhloli's avatar myhloli
Browse files

feat: add MCP server documentation to README and README_zh-CN

parent 4fbec469
...@@ -656,7 +656,8 @@ Community developers have created various extensions based on MinerU, including: ...@@ -656,7 +656,8 @@ Community developers have created various extensions based on MinerU, including:
- Graphical interface based on Gradio - Graphical interface based on Gradio
- Web API based on FastAPI - Web API based on FastAPI
- Client/server architecture with multi-GPU load balancing, etc. - Client/server architecture with multi-GPU load balancing
- MCP Server based on the official API
These projects typically offer better user experience and additional features. These projects typically offer better user experience and additional features.
......
...@@ -647,7 +647,8 @@ mineru -p <input_path> -o <output_path> -b vlm-sglang-client -u http://127.0.0.1 ...@@ -647,7 +647,8 @@ mineru -p <input_path> -o <output_path> -b vlm-sglang-client -u http://127.0.0.1
- 基于 Gradio 的图形界面 - 基于 Gradio 的图形界面
- 基于 FastAPI 的 Web API - 基于 FastAPI 的 Web API
- 多卡负载均衡的客户端/服务端架构等 - 多卡负载均衡的客户端/服务端架构
- 基于官网API的MCP Server
这些项目通常提供更好的用户体验和更多功能。 这些项目通常提供更好的用户体验和更多功能。
......
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
- Projects not yet compatible with version 2.0: - Projects not yet compatible with version 2.0:
- [web_api](./web_api/README.md): Web API based on FastAPI - [web_api](./web_api/README.md): Web API based on FastAPI
- [multi_gpu](./multi_gpu/README.md): Multi-GPU parallel processing based on LitServe - [multi_gpu](./multi_gpu/README.md): Multi-GPU parallel processing based on LitServe
- [mcp](./mcp/README.md): MCP server based on the official API
...@@ -8,3 +8,4 @@ ...@@ -8,3 +8,4 @@
- 未兼容2.0版本的项目列表 - 未兼容2.0版本的项目列表
- [web_api](./web_api/README.md): 基于 FastAPI 的 Web API - [web_api](./web_api/README.md): 基于 FastAPI 的 Web API
- [multi_gpu](./multi_gpu/README.md): 基于 LitServe 的多 GPU 并行处理 - [multi_gpu](./multi_gpu/README.md): 基于 LitServe 的多 GPU 并行处理
- [mcp](./mcp/README.md): 基于官方api的mcp server
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