@pyxmate/memory 1.19.6 → 1.19.7
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/pyx-mem.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/pyx-mem.mjs
CHANGED
|
@@ -1086,7 +1086,7 @@ function createProxyServer(client, version, uploadLocalFile) {
|
|
|
1086
1086
|
return server;
|
|
1087
1087
|
}
|
|
1088
1088
|
async function runMcpProxyServer(opts) {
|
|
1089
|
-
const version = opts.version ?? (true ? "1.19.
|
|
1089
|
+
const version = opts.version ?? (true ? "1.19.7" : "0.0.0-dev");
|
|
1090
1090
|
const read = await opts.readCredentials();
|
|
1091
1091
|
if (!read.ok) {
|
|
1092
1092
|
const text = read.result.content.map((c) => c.type === "text" ? c.text : "").join(" ").trim();
|