Merge branch 'main' into ajoslin/memory

This commit is contained in:
allen joslin
2025-05-01 17:04:28 -04:00
committed by GitHub
35 changed files with 2359 additions and 283 deletions

View File

@@ -189,7 +189,7 @@ const knowledgeGraphManager = new KnowledgeGraphManager();
// The server instance and tools exposed to Claude
const server = new Server({
name: "memory-server",
version: "1.0.0",
version: "0.6.3",
}, {
capabilities: {
tools: {},
@@ -418,4 +418,4 @@ async function main() {
main().catch((error) => {
console.error("Fatal error in main():", error);
process.exit(1);
});
});