mcp-hydrocoder-vision 0.1.4 → 0.1.5
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/INSTALL.md +1 -9
- package/package.json +1 -1
package/INSTALL.md
CHANGED
|
@@ -7,20 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
## 安装步骤
|
|
9
9
|
|
|
10
|
-
### 1.
|
|
11
|
-
|
|
12
|
-
全局安装:
|
|
10
|
+
### 1. 全局安装 MCP 包
|
|
13
11
|
|
|
14
12
|
```bash
|
|
15
13
|
npm install -g mcp-hydrocoder-vision
|
|
16
14
|
```
|
|
17
15
|
|
|
18
|
-
或者使用 npx(无需全局安装):
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
npx -y mcp-hydrocoder-vision
|
|
22
|
-
```
|
|
23
|
-
|
|
24
16
|
### 2. 配置 Claude
|
|
25
17
|
|
|
26
18
|
编辑用户目录下的 `~/.claude.json` 文件,添加以下配置:
|