@gecho-ai/gecho-bridge 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/mcp-client.js +1 -1
  2. package/package.json +1 -1
package/mcp-client.js CHANGED
@@ -176,4 +176,4 @@ async function main() {
176
176
  }
177
177
  }
178
178
 
179
- main().catch(console.error);
179
+ main().catch(e => console.error(e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gecho-ai/gecho-bridge",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP Bridge for TikTok Extension Relay - Connecting LLMs to TikTok via Chrome Extension",
5
5
  "main": "mcp-client.js",
6
6
  "bin": {