axhub-mcp-bridge 1.0.32 → 1.0.33

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,3 +1,3 @@
1
1
  {
2
- "url": "http://127.0.0.1:12306/mcp"
2
+ "url": "http://127.0.0.1:12308/mcp"
3
3
  }
package/dist/shared.js CHANGED
@@ -24,7 +24,7 @@ var NativeMessageType;
24
24
  NativeMessageType["PING_NATIVE"] = "ping_native";
25
25
  NativeMessageType["DISCONNECT_NATIVE"] = "disconnect_native";
26
26
  })(NativeMessageType || (exports.NativeMessageType = NativeMessageType = {}));
27
- // export const DEFAULT_SERVER_PORT = 12306;
27
+ // export const DEFAULT_SERVER_PORT = 12308;
28
28
  // export const HOST_NAME = 'com.axhub.nativehost';
29
29
  exports.TOOL_NAMES = {
30
30
  BROWSER: {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "axhub-mcp-bridge",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Chrome Native-Messaging host (Node)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "axhub-mcp-bridge": "dist/cli.js",
8
- "mcp-chrome-stdio": "dist/mcp/mcp-server-stdio.js"
8
+ "axhub-mcp-stdio": "dist/mcp/mcp-server-stdio.js"
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "cross-env NODE_ENV=development nodemon --watch src --ext ts,js,json --ignore dist/ --exec \"npm run build && npm run register:dev\"",