memax-cli 0.1.2-alpha.1982 → 0.1.2-alpha.1983
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ The CLI reads from `~/.memax/config.json` after first login. For CI and non-inte
|
|
|
83
83
|
|
|
84
84
|
```bash
|
|
85
85
|
export MEMAX_API_KEY="mk_live_..." # from memax.app → Settings → API Keys
|
|
86
|
-
export MEMAX_API_URL="https://api.memax.app" # default
|
|
86
|
+
export MEMAX_API_URL="https://api.memax.app" # default
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## Links
|
|
@@ -91,7 +91,6 @@ export MEMAX_API_URL="https://api.memax.app" # default; override for self-host
|
|
|
91
91
|
- **Product** — [memax.app](https://memax.app)
|
|
92
92
|
- **Docs** — [docs.memax.app](https://docs.memax.app)
|
|
93
93
|
- **SDK** — [`memax-sdk`](https://www.npmjs.com/package/memax-sdk)
|
|
94
|
-
- **Source** — we're preparing the monorepo for open source; the repository at `github.com/MemaxLabs/memax` is currently private. Follow [@memaxlabs](https://x.com/memaxlabs) on X or email [support@memax.app](mailto:support@memax.app) if you'd like early notice.
|
|
95
94
|
|
|
96
95
|
## License
|
|
97
96
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.2-alpha.
|
|
6
|
+
"version": "0.1.2-alpha.1983",
|
|
7
7
|
"description": "CLI for Memax — universal context & memory hub for AI agents",
|
|
8
8
|
"homepage": "https://memax.app",
|
|
9
9
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
29
29
|
"chalk": "^5.4.0",
|
|
30
30
|
"commander": "^13.0.0",
|
|
31
|
-
"memax-sdk": "^0.4.1-alpha.
|
|
31
|
+
"memax-sdk": "^0.4.1-alpha.1983"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^25.5.0",
|