Add newline before server instance initialization

As it was before
This commit is contained in:
s2005
2024-12-21 18:59:17 +01:00
committed by GitHub
parent 5d0bee0295
commit 05fb0eab36

View File

@@ -185,6 +185,7 @@ class KnowledgeGraphManager {
const knowledgeGraphManager = new KnowledgeGraphManager();
// The server instance and tools exposed to Claude
const server = new Server({
name: "memory-server",