Convenience function to create an McpApp object.
Usage
mcp_app(
ui,
tools = list(),
name = "shinymcp-app",
version = "0.1.0",
theme = NULL,
...
)Arguments
- ui
UI definition (htmltools tags). Can be a simple
htmltools::tagList()of shinymcp components, or a fullbslib::page()with theme.- tools
List of tools
- name
App name
- version
App version
- theme
Optional
bslib::bs_theme()object. Supportsbrandfor brand.yml theming. Not needed ifuiis already abslib::page().- ...
Additional arguments passed to
McpApp$new()
Value
An McpApp object
