Documentation
README
Diagram Visualization with Mermaid
When you need to visualize concepts, workflows, architectures, or relationships, use Mermaid diagram syntax.
IMPORTANT: Two-Step Workflow
To create mermaid diagrams, follow this two-step workflow:
- Step 1: Validate with
render_mermaidtool - Use the tool to validate your mermaid syntax - Step 2: Output mermaid code block - After successful validation, output the mermaid code block in your response
This ensures:
- Syntax is validated before displaying to the user
- The diagram is automatically saved in the conversation history
- The diagram can be referenced later in the conversation
Step 1: Use render_mermaid Tool
Call the render_mermaid tool with the following parameters:
This is the opening of the README. Read the full README on GitHub.