Documentation
¶
Overview ¶
Package mcp exposes a memgraph.Store as a Model Context Protocol server.
Tool surface mirrors §8 of PRD.md: read tools (list_graphs, get_node, history, traverse, search, symlink_manifest) and write tools (create_graph, put_node, put_edge, delete_edge). Graphs and lineages are also exposed as MCP resources under the memgraph:// scheme.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Server)
Option configures a Server.
func WithVersion ¶
WithVersion overrides the MCP server version advertised to clients.
Click to show internal directories.
Click to hide internal directories.