open_ui
Access the web-based UI in a locally hosted app to visualize Claude Code as Mermaid diagrams. Automatically opens the browser for quick interaction.
Instructions
Open the web-based user interface
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoOpen | No | Automatically open browser |
Input Schema (JSON Schema)
{
"properties": {
"autoOpen": {
"default": true,
"description": "Automatically open browser",
"type": "boolean"
}
},
"type": "object"
}