@korrlabs/mnemospi 2.15.0 → 3.1.0
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 +3 -3
- package/README.ru.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -135,7 +135,7 @@ uv pip install -e ".[dev]"
|
|
|
135
135
|
|
|
136
136
|
<!-- version:pip -->
|
|
137
137
|
```bash
|
|
138
|
-
pip install https://github.com/Korrnals/mnemos/releases/download/v3.
|
|
138
|
+
pip install https://github.com/Korrnals/mnemos/releases/download/v3.1.0/mnemos-3.1.0-py3-none-any.whl
|
|
139
139
|
```
|
|
140
140
|
<!-- /version:pip -->
|
|
141
141
|
|
|
@@ -167,14 +167,14 @@ podman run -d --name mnemos \
|
|
|
167
167
|
-v mnemos-vault:/vault \
|
|
168
168
|
-e MNEMOS_API__TOTP_MASTER_KEY="${MNEMOS_API__TOTP_MASTER_KEY}" \
|
|
169
169
|
<!-- version:image -->
|
|
170
|
-
ghcr.io/korrnals/mnemos:3.
|
|
170
|
+
ghcr.io/korrnals/mnemos:3.1.0
|
|
171
171
|
<!-- /version:image -->
|
|
172
172
|
|
|
173
173
|
curl -s http://localhost:8787/health | jq
|
|
174
174
|
```
|
|
175
175
|
|
|
176
176
|
<!-- version:tags -->
|
|
177
|
-
Tags: `:3.
|
|
177
|
+
Tags: `:3.1.0` (pinned) · `:latest` (rolling). Works with `docker` too — swap `podman` for `docker`.
|
|
178
178
|
<!-- /version:tags -->
|
|
179
179
|
|
|
180
180
|
</details>
|
package/README.ru.md
CHANGED
|
@@ -129,7 +129,7 @@ uv pip install -e ".[dev]"
|
|
|
129
129
|
|
|
130
130
|
<!-- version:pip -->
|
|
131
131
|
```bash
|
|
132
|
-
pip install https://github.com/Korrnals/mnemos/releases/download/v3.
|
|
132
|
+
pip install https://github.com/Korrnals/mnemos/releases/download/v3.1.0/mnemos-3.1.0-py3-none-any.whl
|
|
133
133
|
```
|
|
134
134
|
<!-- /version:pip -->
|
|
135
135
|
|
|
@@ -161,14 +161,14 @@ podman run -d --name mnemos \
|
|
|
161
161
|
-v mnemos-vault:/vault \
|
|
162
162
|
-e MNEMOS_API__TOTP_MASTER_KEY="${MNEMOS_API__TOTP_MASTER_KEY}" \
|
|
163
163
|
<!-- version:image -->
|
|
164
|
-
ghcr.io/korrnals/mnemos:3.
|
|
164
|
+
ghcr.io/korrnals/mnemos:3.1.0
|
|
165
165
|
<!-- /version:image -->
|
|
166
166
|
|
|
167
167
|
curl -s http://localhost:8787/health | jq
|
|
168
168
|
```
|
|
169
169
|
|
|
170
170
|
<!-- version:tags -->
|
|
171
|
-
Теги: `:3.
|
|
171
|
+
Теги: `:3.1.0` (фиксированная) · `:latest` (rolling). Работает и с `docker` — замените `podman` на `docker`.
|
|
172
172
|
<!-- /version:tags -->
|
|
173
173
|
|
|
174
174
|
</details>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@korrlabs/mnemospi",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Mnemos memory & knowledge server — Pi extension. Spawns `mnemos mcp-server` over stdio and exposes every mnemos_* tool as a native Pi tool, plus the mnemos skill pack.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|