MCPcopy
hub / github.com/modelcontextprotocol/servers / readGraph

Method readGraph

src/memory/index.ts:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 async readGraph(): Promise<KnowledgeGraph> {
183 return this.loadGraph();
184 }
185
186 // Very basic search function
187 async searchNodes(query: string): Promise<KnowledgeGraph> {

Callers 2

index.tsFile · 0.80

Calls 1

loadGraphMethod · 0.95

Tested by

no test coverage detected