Skip to contents

Parses a Shiny app, analyzes its reactive graph, and generates an MCP App with tools and UI.

Usage

convert_app(path, output_dir = NULL)

Arguments

path

Path to a Shiny app directory

output_dir

Output directory for the generated MCP App. Defaults to {path}_mcp/.

Value

An McpApp object (invisibly). Generated files are also written to output_dir.