@lanonasis/cli 1.4.1 → 1.4.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.
@@ -39,7 +39,7 @@ export class CLIConfig {
39
39
  getApiUrl() {
40
40
  return process.env.MEMORY_API_URL ||
41
41
  this.config.apiUrl ||
42
- 'http://localhost:3000/api/v1';
42
+ 'https://dashboard.lanonasis.com/api/v1';
43
43
  }
44
44
  async setApiUrl(url) {
45
45
  this.config.apiUrl = url;
@@ -120,7 +120,7 @@ export class CLIConfig {
120
120
  return this.config.mcpServerPath || path.join(__dirname, '../../../../onasis-gateway/mcp-server/server.js');
121
121
  }
122
122
  getMCPServerUrl() {
123
- return this.config.mcpServerUrl || 'https://api.lanonasis.com';
123
+ return this.config.mcpServerUrl || 'https://dashboard.lanonasis.com';
124
124
  }
125
125
  shouldUseRemoteMCP() {
126
126
  const preference = this.config.mcpPreference || 'auto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanonasis/cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration",
5
5
  "main": "dist/index-simple.js",
6
6
  "bin": {