We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16d4dae + adc15bf commit 8dfb836Copy full SHA for 8dfb836
memory/index.ts
@@ -189,7 +189,7 @@ const knowledgeGraphManager = new KnowledgeGraphManager();
189
// The server instance and tools exposed to Claude
190
const server = new Server({
191
name: "memory-server",
192
- version: "1.0.0",
+ version: "0.6.3",
193
}, {
194
capabilities: {
195
tools: {},
@@ -416,4 +416,4 @@ async function main() {
416
main().catch((error) => {
417
console.error("Fatal error in main():", error);
418
process.exit(1);
419
-});
+});
0 commit comments