@pyxmate/memory 0.31.0 → 0.31.1
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
|
@@ -1262,7 +1262,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
|
|
|
1262
1262
|
// src/mcp/server.ts
|
|
1263
1263
|
async function runMcpServer(opts) {
|
|
1264
1264
|
const fetchImpl = opts.fetchImpl ?? fetch;
|
|
1265
|
-
const version = opts.version ?? (true ? "0.31.
|
|
1265
|
+
const version = opts.version ?? (true ? "0.31.1" : "0.0.0-dev");
|
|
1266
1266
|
const server = new McpServer(
|
|
1267
1267
|
{ name: "pyx-memory", version },
|
|
1268
1268
|
{ instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
|