// MCP tool family: graph // Handlers in mcp/server.ts; this file defines the family for the spec's folder structure. export const FAMILY = "graph" as const; export const TOOLS = ["graph_query", "graph_execute"] as const;