@gecho-ai/gecho-bridge 1.1.19 → 1.1.23

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@gecho-ai/gecho-bridge",
3
- "version": "1.1.19",
3
+ "version": "1.1.23",
4
4
  "description": "TikTok Search Tool for OpenClaw"
5
5
  }
package/README.md CHANGED
@@ -29,7 +29,7 @@ After installation, whether you use **OpenClaw**, **Hermes**, or **Trae**, your
29
29
  Welcome to join our community for discussion or feedback:
30
30
 
31
31
  - **Discord Community**: [Join Discord](https://discord.gg/RFDVZMR6Tn)
32
- - **WeCom Group**: Scan the QR code below to join
32
+ - **WeCom Group**: Scan the QR code below to join (or [click here to view the QR code](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg))
33
33
 
34
34
  ![WeCom QR Code](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg)
35
35
 
@@ -76,6 +76,7 @@ hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-br
76
76
  hermes restart
77
77
  ```
78
78
  *After restart, you can check the installation status with `hermes mcp list`.*
79
+ *Reference only: if Hermes reports `npx` or `node` as missing even though Node is installed on your machine, that is usually a Hermes shell/PATH issue rather than a Gecho Bridge issue. On macOS with Homebrew, one workaround is to register the MCP server with an absolute command path: `hermes mcp add gecho-bridge --command /opt/homebrew/bin/npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"` and then run `hermes restart`.*
79
80
 
80
81
  ### Option 3: Configure in General Clients Such as Trae / Claude Desktop
81
82
  In MCP clients that support manual configuration, open the corresponding `mcp.json` or `claude_desktop_config.json` file and add the following node:
@@ -90,6 +91,16 @@ In MCP clients that support manual configuration, open the corresponding `mcp.js
90
91
  }
91
92
  ```
92
93
 
94
+ ### Option 4: One-Click Setup in Claude Code
95
+ You can quickly add the service to Claude Code with the following command:
96
+ ```bash
97
+ claude mcp add gecho-bridge -- npx -y @gecho-ai/gecho-bridge@latest
98
+ ```
99
+ - By default, the configuration is saved at the **project level** (`.claude/settings.json`).
100
+ - Use `--scope user` to make it available for all projects, or `--scope local` for a local-only configuration.
101
+ - After adding, use `claude mcp list` to verify the server is registered.
102
+ - Restart Claude Code if the MCP tools don't appear immediately.
103
+
93
104
  ---
94
105
 
95
106
  ## 🏁 Quick Start & Common Workflows
package/README.zh.md CHANGED
@@ -29,7 +29,7 @@
29
29
  欢迎加入我们的社区进行交流或反馈问题:
30
30
 
31
31
  - **Discord 社区**:[点击加入 Discord](https://discord.gg/RFDVZMR6Tn)
32
- - **企业微信群**:扫描下方二维码加入
32
+ - **企业微信群**:扫描下方二维码加入(若图片未显示,请 [点击此处查看二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg))
33
33
 
34
34
  ![企业微信二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg)
35
35
 
@@ -76,6 +76,7 @@ hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-br
76
76
  hermes restart
77
77
  ```
78
78
  *重启后,可通过 `hermes mcp list` 检查安装状态。*
79
+ *仅供参考:如果你的机器已经安装了 Node,但 Hermes 仍提示 `npx` 或 `node` 不存在,这通常是 Hermes 自身 shell/PATH 环境的问题,不是 Gecho Bridge 的问题。在 macOS + Homebrew 下,一个常见绕过方式是改用绝对路径注册 MCP:`hermes mcp add gecho-bridge --command /opt/homebrew/bin/npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"`,然后执行 `hermes restart`。*
79
80
 
80
81
  ### 方式三:在 Trae / Claude Desktop 等通用客户端配置
81
82
  在支持手动配置的 MCP 客户端中,打开对应的 `mcp.json` 或 `claude_desktop_config.json` 文件,添加如下节点:
@@ -90,6 +91,16 @@ hermes restart
90
91
  }
91
92
  ```
92
93
 
94
+ ### 方式四:在 Claude Code 中一键配置
95
+ 你可以通过以下命令将服务快捷添加到 Claude Code 中:
96
+ ```bash
97
+ claude mcp add gecho-bridge -- npx -y @gecho-ai/gecho-bridge@latest
98
+ ```
99
+ - 默认情况下,该配置保存在**项目级别**(`.claude/settings.json`)。
100
+ - 可以添加 `--scope user` 使其对所有项目生效,或使用 `--scope local` 仅在当前目录生效。
101
+ - 添加完成后,使用 `claude mcp list` 验证服务是否注册成功。
102
+ - 如果 MCP 工具没有立即出现,请重启 Claude Code。
103
+
93
104
  ---
94
105
 
95
106
  ## 🏁 快速开始与常见流程