Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
knowledge-graph.test.ts
File · 0.80
Calls
1
loadGraph
Method · 0.95
Tested by
no test coverage detected