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

Interface KnowledgeGraph

src/memory/index.ts:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62export interface KnowledgeGraph {
63 entities: Entity[];
64 relations: Relation[];
65}
66
67// The KnowledgeGraphManager class contains all operations to interact with the knowledge graph
68export class KnowledgeGraphManager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected