@pyxmate/memory 0.21.2 → 0.22.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
|
@@ -15479,7 +15479,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
|
|
|
15479
15479
|
// src/mcp/server.ts
|
|
15480
15480
|
async function runMcpServer(opts) {
|
|
15481
15481
|
const fetchImpl = opts.fetchImpl ?? fetch;
|
|
15482
|
-
const version2 = opts.version ?? (true ? "0.
|
|
15482
|
+
const version2 = opts.version ?? (true ? "0.22.1" : "0.0.0-dev");
|
|
15483
15483
|
const server = new McpServer(
|
|
15484
15484
|
{ name: "pyx-memory", version: version2 },
|
|
15485
15485
|
{ instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
|