@memoraone/mcp 0.1.43 → 0.1.44

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/dist/cli.cjs CHANGED
@@ -231,7 +231,7 @@ var require_package = __commonJS({
231
231
  "package.json"(exports2, module2) {
232
232
  module2.exports = {
233
233
  name: "@memoraone/mcp",
234
- version: "0.1.43",
234
+ version: "0.1.44",
235
235
  type: "module",
236
236
  main: "dist/index.cjs",
237
237
  exports: {
@@ -3394,7 +3394,7 @@ function resolveApiUrl(env2) {
3394
3394
  var DEFAULT_API_URL, DEV_API_URL;
3395
3395
  var init_configUtils = __esm({
3396
3396
  "src/configUtils.ts"() {
3397
- DEFAULT_API_URL = "http://localhost:3001";
3397
+ DEFAULT_API_URL = "https://api.memoraone.com";
3398
3398
  DEV_API_URL = "http://localhost:3001";
3399
3399
  }
3400
3400
  });
package/dist/daemon.cjs CHANGED
@@ -1528,7 +1528,7 @@ var dotenv = __toESM(require("dotenv"), 1);
1528
1528
  var import_v4 = require("zod/v4");
1529
1529
 
1530
1530
  // src/configUtils.ts
1531
- var DEFAULT_API_URL = "http://localhost:3001";
1531
+ var DEFAULT_API_URL = "https://api.memoraone.com";
1532
1532
  var DEV_API_URL = "http://localhost:3001";
1533
1533
  function resolveApiUrl(env2) {
1534
1534
  const explicitUrl = env2.MEMORAONE_API_URL?.trim();
package/dist/index.cjs CHANGED
@@ -45,7 +45,7 @@ var dotenv = __toESM(require("dotenv"), 1);
45
45
  var import_v4 = require("zod/v4");
46
46
 
47
47
  // src/configUtils.ts
48
- var DEFAULT_API_URL = "http://localhost:3001";
48
+ var DEFAULT_API_URL = "https://api.memoraone.com";
49
49
  var DEV_API_URL = "http://localhost:3001";
50
50
  function resolveApiUrl(env2) {
51
51
  const explicitUrl = env2.MEMORAONE_API_URL?.trim();
@@ -745,7 +745,7 @@ var dotenv = __toESM(require("dotenv"), 1);
745
745
  var import_v4 = require("zod/v4");
746
746
 
747
747
  // src/configUtils.ts
748
- var DEFAULT_API_URL = "http://localhost:3001";
748
+ var DEFAULT_API_URL = "https://api.memoraone.com";
749
749
  var DEV_API_URL = "http://localhost:3001";
750
750
  function resolveApiUrl(env2) {
751
751
  const explicitUrl = env2.MEMORAONE_API_URL?.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoraone/mcp",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "exports": {