UNPKG

mcp-ai-agent-guidelines

Version:

A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices

10 lines 411 B
import { BaseDiagramHandler } from "./base.handler.js"; /** * Flowchart handler. * Generates flowcharts with decision nodes and risk annotations. */ export declare class FlowchartHandler extends BaseDiagramHandler { readonly diagramType = "flowchart"; generate(description: string, theme?: string, advancedFeatures?: Record<string, unknown>): string; } //# sourceMappingURL=flowchart.handler.d.ts.map