multi-modal-mcp 0.0.1 → 0.0.2

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/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @juzi/multi-modal-mcp
1
+ # multi-modal-mcp
2
2
 
3
3
  基于智谱 AI 的多模态 MCP 服务器,提供文本生成、图片生成、视频生成和多模态理解等功能。
4
4
 
@@ -12,13 +12,13 @@
12
12
  ## 安装
13
13
 
14
14
  ```bash
15
- npm install -g @juzi/multi-modal-mcp
15
+ npm install -g multi-modal-mcp
16
16
  ```
17
17
 
18
18
  或使用 npx 直接运行:
19
19
 
20
20
  ```bash
21
- npx @juzi/multi-modal-mcp@latest
21
+ npx multi-modal-mcp@latest
22
22
  ```
23
23
 
24
24
  ## 配置
@@ -36,13 +36,13 @@ export KEY="your-api-key"
36
36
  ### 直接运行
37
37
 
38
38
  ```bash
39
- npx @juzi/multi-modal-mcp@latest
39
+ npx multi-modal-mcp@latest
40
40
  ```
41
41
 
42
42
  ### 使用 MCP Inspector 调试
43
43
 
44
44
  ```bash
45
- npx @modelcontextprotocol/inspector npx @juzi/multi-modal-mcp@latest
45
+ npx @modelcontextprotocol/inspector npx multi-modal-mcp@latest
46
46
  ```
47
47
 
48
48
  ### 在 MCP 客户端中配置
@@ -54,7 +54,7 @@ npx @modelcontextprotocol/inspector npx @juzi/multi-modal-mcp@latest
54
54
  "mcpServers": {
55
55
  "multi-modal": {
56
56
  "command": "npx",
57
- "args": ["-y", "@juzi/multi-modal-mcp@latest"],
57
+ "args": ["-y", "multi-modal-mcp@latest"],
58
58
  "env": {
59
59
  "KEY": "your-api-key"
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-modal-mcp",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "multi-modal MCP server",
5
5
  "type": "module",
6
6
  "bin": {