Skip to content

Commit c093906

Browse files
committed
Update server version to match package semantic version
1 parent a8efccb commit c093906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memory/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const knowledgeGraphManager = new KnowledgeGraphManager();
189189
// The server instance and tools exposed to Claude
190190
const server = new Server({
191191
name: "memory-server",
192-
version: "1.0.0",
192+
version: "0.6.3",
193193
}, {
194194
capabilities: {
195195
tools: {},
@@ -416,4 +416,4 @@ async function main() {
416416
main().catch((error) => {
417417
console.error("Fatal error in main():", error);
418418
process.exit(1);
419-
});
419+
});

0 commit comments

Comments
 (0)