@hmduc16031996/claude-mb-bridge 2.5.1 → 2.5.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ program
8
8
  .description('Bridge Claude Code CLI to mobile via WebView')
9
9
  .version('2.4.1')
10
10
  .option('--token <token>', 'Pairing token from mobile app')
11
- .option('--server <url>', 'Backend server URL', 'http://127.0.0.1:3110')
11
+ .option('--server <url>', 'Backend server URL', 'https://mobileide.kanddlabs.com')
12
12
  .option('--path <path>', 'Working directory', process.cwd())
13
13
  .option('--port <port>', 'Local port for terminal server', '38473')
14
14
  .option('--ide <type>', 'IDE type: claude_code or cursor', 'claude_code')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmduc16031996/claude-mb-bridge",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Bridge between Claude Code CLI and your mobile app via WebView",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",