Selaa lähdekoodia

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

myhloli 5 kuukautta sitten
vanhempi
commit
4338b63337
4 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 2 1
      README.md
  2. 2 1
      README_zh-CN.md
  3. 1 1
      projects/README.md
  4. 1 0
      projects/README_zh-CN.md

+ 2 - 1
README.md

@@ -656,7 +656,8 @@ Community developers have created various extensions based on MinerU, including:
 
 - Graphical interface based on Gradio
 - 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.
 

+ 2 - 1
README_zh-CN.md

@@ -647,7 +647,8 @@ mineru -p <input_path> -o <output_path> -b vlm-sglang-client -u http://127.0.0.1
 
 - 基于 Gradio 的图形界面
 - 基于 FastAPI 的 Web API
-- 多卡负载均衡的客户端/服务端架构等
+- 多卡负载均衡的客户端/服务端架构
+- 基于官网API的MCP Server
 
 这些项目通常提供更好的用户体验和更多功能。
 

+ 1 - 1
projects/README.md

@@ -8,4 +8,4 @@
 - Projects not yet compatible with version 2.0:
   - [web_api](./web_api/README.md): Web API based on FastAPI
   - [multi_gpu](./multi_gpu/README.md): Multi-GPU parallel processing based on LitServe
-
+  - [mcp](./mcp/README.md): MCP server based on the official API

+ 1 - 0
projects/README_zh-CN.md

@@ -8,3 +8,4 @@
 - 未兼容2.0版本的项目列表
   - [web_api](./web_api/README.md): 基于 FastAPI 的 Web API 
   - [multi_gpu](./multi_gpu/README.md): 基于 LitServe 的多 GPU 并行处理
+  - [mcp](./mcp/README.md): 基于官方api的mcp server