@pyxmate/memory 1.1.1 → 1.1.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.
package/dist/cli/pyx-mem.mjs
CHANGED
|
@@ -611,7 +611,7 @@ function createProxyServer(client, version) {
|
|
|
611
611
|
return server;
|
|
612
612
|
}
|
|
613
613
|
async function runMcpProxyServer(opts) {
|
|
614
|
-
const version = opts.version ?? (true ? "1.1.
|
|
614
|
+
const version = opts.version ?? (true ? "1.1.2" : "0.0.0-dev");
|
|
615
615
|
const read = await opts.readCredentials();
|
|
616
616
|
if (!read.ok) {
|
|
617
617
|
const text = read.result.content.map((c) => c.type === "text" ? c.text : "").join(" ").trim();
|
|
@@ -1459,7 +1459,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
|
|
|
1459
1459
|
// src/mcp/server.ts
|
|
1460
1460
|
async function runMcpServer(opts) {
|
|
1461
1461
|
const fetchImpl = opts.fetchImpl ?? fetch;
|
|
1462
|
-
const version = opts.version ?? (true ? "1.1.
|
|
1462
|
+
const version = opts.version ?? (true ? "1.1.2" : "0.0.0-dev");
|
|
1463
1463
|
const server = new McpServer(
|
|
1464
1464
|
{ name: "pyx-memory", version },
|
|
1465
1465
|
{ instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {}, prompts: {} } }
|
package/dist/dashboard.mjs
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
toGraphologyFormat,
|
|
12
12
|
transformGraphData,
|
|
13
13
|
unreachableHealth
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-3PBLTOBR.mjs";
|
|
15
|
+
import "./chunk-3SDKJ5TB.mjs";
|
|
16
16
|
import "./chunk-X6AYWXW7.mjs";
|
|
17
17
|
export {
|
|
18
18
|
DashboardClient,
|
package/dist/index.mjs
CHANGED
package/dist/react.mjs
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
toGraphologyFormat,
|
|
12
12
|
transformGraphData,
|
|
13
13
|
unreachableHealth
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-3PBLTOBR.mjs";
|
|
15
|
+
import "./chunk-3SDKJ5TB.mjs";
|
|
16
16
|
import "./chunk-X6AYWXW7.mjs";
|
|
17
17
|
|
|
18
18
|
// ../dashboard/src/hooks/use-consolidation-log.ts
|