# vaults-diagram-tools

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ricardomalnati/vaults-diagram-tools

# Browse available tools
npx -y smithery tool list ricardomalnati/vaults-diagram-tools

# Get full schema for a tool
npx -y smithery tool get ricardomalnati/vaults-diagram-tools render_mermaid_text

# Call a tool
npx -y smithery tool call ricardomalnati/vaults-diagram-tools render_mermaid_text '{}'
```

## Tools (3)

- `render_mermaid_text` — Render Mermaid source text to SVG/JPEG and optional PNG/ASCII artifacts.
- `render_mermaid_file` — Render a .mmd/.mermaid file or tree to SVG/JPEG and optional PNG/ASCII artifacts.
- `generate_source_diagrams` — Generate Mermaid diagrams from source code and render SVG/JPEG assets.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ricardomalnati/vaults-diagram-tools <tool-name>
```
