claude-multi-session 2.2.0 → 2.3.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.
package/bin/cli.js CHANGED
@@ -1496,8 +1496,8 @@ COMMANDS:
1496
1496
  --name <name> --message <text> [--json]
1497
1497
 
1498
1498
  setup Register MCP server with Claude Code
1499
- [--global] [--local] [--uninstall]
1500
- [--guide] [--no-guide]
1499
+ [--global] [--local] [--uninstall] [--migrate]
1500
+ [--yes] [--no-guide]
1501
1501
 
1502
1502
  TEAM COMMANDS:
1503
1503
 
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  'use strict';
3
3
 
4
4
  /**
package/bin/mcp.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  /**
4
4
  * claude-multi-session MCP Server entry point.