/** * Graphify MCP Tools — DEPRECATED SHIMS * * All graphify_* tools are deprecated. They proxy to monograph_* tools. * Will be removed in next major release. */ import type { MCPTool } from './types.js'; export declare const graphifyTools: MCPTool[]; export default graphifyTools; //# sourceMappingURL=graphify-tools.d.ts.map