Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelcontextprotocol/servers
/ Relation
Interface
Relation
src/memory/index.ts:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
export
interface
Relation {
57
from: string;
58
to: string;
59
relationType: string;
60
}
61
62
export
interface
KnowledgeGraph {
63
entities: Entity[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected