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.
Files changed (2) hide show
  1. package/INSTALL.md +1 -9
  2. package/package.json +1 -1
package/INSTALL.md CHANGED
@@ -7,20 +7,12 @@
7
7
 
8
8
  ## 安装步骤
9
9
 
10
- ### 1. 安装 MCP 包
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` 文件,添加以下配置:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-hydrocoder-vision",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Vision MCP Server for Claude Code - Qwen3 VL 4B integration",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",