@noedgeai-org/doc2x-mcp 0.1.4-dev.10.1 → 0.1.4-dev.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -15
- package/README_EN.md +0 -14
- package/package.json +2 -3
- package/icon.png +0 -0
package/README.md
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
# Doc2x MCP Server
|
|
2
2
|
|
|
3
|
-
<p align="center">
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="120" viewBox="0 0 120 120">
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="r">
|
|
7
|
-
<rect width="120" height="120" rx="24" ry="24"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
<image href="./icon.png" width="120" height="120" clip-path="url(#r)"/>
|
|
11
|
-
</svg>
|
|
12
|
-
</p>
|
|
13
|
-
|
|
14
3
|
[](https://github.com/NoEdgeAI/doc2x-mcp/actions/workflows/ci.yml)
|
|
15
4
|
[](https://github.com/NoEdgeAI/doc2x-mcp/actions/workflows/publish.yml)
|
|
16
5
|
[](https://www.npmjs.com/package/@noedgeai-org/doc2x-mcp)
|
|
@@ -33,7 +22,6 @@
|
|
|
33
22
|
- [安装本仓库 Skill(可选)](#安装本仓库-skill可选)
|
|
34
23
|
- [安全与排错](#安全与排错)
|
|
35
24
|
- [问题反馈](#问题反馈)
|
|
36
|
-
- [Changelog](./CHANGELOG.md)
|
|
37
25
|
- [License](#license)
|
|
38
26
|
|
|
39
27
|
## 项目定位
|
|
@@ -226,9 +214,7 @@ pnpm audit --prod --audit-level high
|
|
|
226
214
|
|
|
227
215
|
## 安装本仓库 Skill(可选)
|
|
228
216
|
|
|
229
|
-
用于给 Codex CLI / Claude Code
|
|
230
|
-
|
|
231
|
-
> **提示:** 每次升级 `doc2x-mcp` 版本后,建议重新运行安装命令以更新 Skill,确保大模型使用最新的 tool 描述与工作流。
|
|
217
|
+
用于给 Codex CLI / Claude Code 增加一个“教大模型如何使用 doc2x-mcp tools 的 Skill”。
|
|
232
218
|
|
|
233
219
|
不需要 clone 仓库的一键安装(推荐):
|
|
234
220
|
|
package/README_EN.md
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
# Doc2x MCP Server
|
|
2
2
|
|
|
3
|
-
<p align="center">
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="120" viewBox="0 0 120 120">
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="r">
|
|
7
|
-
<rect width="120" height="120" rx="24" ry="24"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
<image href="./icon.png" width="120" height="120" clip-path="url(#r)"/>
|
|
11
|
-
</svg>
|
|
12
|
-
</p>
|
|
13
|
-
|
|
14
3
|
[](https://github.com/NoEdgeAI/doc2x-mcp/actions/workflows/ci.yml)
|
|
15
4
|
[](https://github.com/NoEdgeAI/doc2x-mcp/actions/workflows/publish.yml)
|
|
16
5
|
[](https://www.npmjs.com/package/@noedgeai-org/doc2x-mcp)
|
|
@@ -33,7 +22,6 @@ A stdio-based MCP Server that wraps Doc2x v2 PDF/image capabilities into stable,
|
|
|
33
22
|
- [Install Repo Skill (Optional)](#install-repo-skill-optional)
|
|
34
23
|
- [Security and Troubleshooting](#security-and-troubleshooting)
|
|
35
24
|
- [Getting Help](#getting-help)
|
|
36
|
-
- [Changelog](./CHANGELOG.md)
|
|
37
25
|
- [License](#license)
|
|
38
26
|
|
|
39
27
|
## Project Scope
|
|
@@ -228,8 +216,6 @@ pnpm audit --prod --audit-level high
|
|
|
228
216
|
|
|
229
217
|
Installs a reusable skill for Codex CLI / Claude Code to guide tool usage with the standard `submit/status/wait/export/download` workflow.
|
|
230
218
|
|
|
231
|
-
> **Note:** After upgrading `doc2x-mcp` to a new version, re-run the install command to update the Skill and ensure the model uses the latest tool descriptions and workflows.
|
|
232
|
-
|
|
233
219
|
One-command install without cloning (recommended):
|
|
234
220
|
|
|
235
221
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noedgeai-org/doc2x-mcp",
|
|
3
|
-
"version": "0.1.4-dev.
|
|
3
|
+
"version": "0.1.4-dev.9.1",
|
|
4
4
|
"description": "Doc2x MCP server (stdio, MCP SDK).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"./scripts/install-skill.ps1",
|
|
22
22
|
"./scripts/install-skill-winps.ps1",
|
|
23
23
|
"./skills/doc2x-mcp/SKILL.md",
|
|
24
|
-
"./package.json"
|
|
25
|
-
"./icon.png"
|
|
24
|
+
"./package.json"
|
|
26
25
|
],
|
|
27
26
|
"scripts": {
|
|
28
27
|
"build": "node ./node_modules/typescript/bin/tsc -p tsconfig.json",
|
package/icon.png
DELETED
|
Binary file
|