@pyxmate/memory 0.38.0 → 0.39.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/dist/cli/pyx-mem.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/pyx-mem.mjs
CHANGED
|
@@ -1420,7 +1420,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
|
|
|
1420
1420
|
// src/mcp/server.ts
|
|
1421
1421
|
async function runMcpServer(opts) {
|
|
1422
1422
|
const fetchImpl = opts.fetchImpl ?? fetch;
|
|
1423
|
-
const version = opts.version ?? (true ? "0.
|
|
1423
|
+
const version = opts.version ?? (true ? "0.39.0" : "0.0.0-dev");
|
|
1424
1424
|
const server = new McpServer(
|
|
1425
1425
|
{ name: "pyx-memory", version },
|
|
1426
1426
|
{ instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
|