@cerefox/memory 0.4.2 → 0.4.3
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/bin/cerefox-mcp.js +2 -2
- package/package.json +1 -1
package/dist/bin/cerefox-mcp.js
CHANGED
|
@@ -25313,7 +25313,7 @@ var ALL_TOOLS = [
|
|
|
25313
25313
|
var TOOLS_BY_NAME = Object.fromEntries(ALL_TOOLS.map((t) => [t.name, t]));
|
|
25314
25314
|
|
|
25315
25315
|
// src/server.ts
|
|
25316
|
-
var PKG_VERSION = "0.4.
|
|
25316
|
+
var PKG_VERSION = "0.4.3";
|
|
25317
25317
|
var SERVER_NAME = "cerefox";
|
|
25318
25318
|
function buildServer() {
|
|
25319
25319
|
const settings = loadSettings();
|
|
@@ -25371,7 +25371,7 @@ async function warnIfSchemaVersionMismatch(supabase) {
|
|
|
25371
25371
|
}
|
|
25372
25372
|
|
|
25373
25373
|
// src/bin/cerefox-mcp.ts
|
|
25374
|
-
var VERSION = "0.4.
|
|
25374
|
+
var VERSION = "0.4.3";
|
|
25375
25375
|
var HELP = `Cerefox MCP server (@cerefox/memory v${VERSION})
|
|
25376
25376
|
|
|
25377
25377
|
USAGE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerefox/memory",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Cerefox — user-owned shared memory for AI agents. The local TypeScript runtime: stdio MCP server in v0.4; CLI binary added in v0.5; in-process web server in v0.6; ingestion pipeline in v0.7.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/fstamatelopoulos/cerefox",
|