@lanonasis/cli 3.9.9 → 3.9.10

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.
@@ -520,7 +520,7 @@ export function configCommands(program) {
520
520
  // const mcpServerPath = config.get<string>('mcpServerPath');
521
521
  const mcpServerUrl = config.get('mcpServerUrl');
522
522
  if (mcpPreference) {
523
- if (['local', 'remote', 'auto'].includes(mcpPreference)) {
523
+ if (['local', 'remote', 'websocket', 'auto'].includes(mcpPreference)) {
524
524
  console.log(chalk.green(` ✓ MCP preference: ${mcpPreference}`));
525
525
  validation.mcpConfigValid = true;
526
526
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanonasis/cli",
3
- "version": "3.9.9",
3
+ "version": "3.9.10",
4
4
  "description": "Professional CLI for LanOnasis Memory as a Service (MaaS) with MCP support, seamless inline editing, and enterprise-grade security",
5
5
  "keywords": [
6
6
  "lanonasis",