Skip to contents

This roclet automatically generates MCP (Model Context Protocol) servers from R functions annotated with @mcp tags.

Usage

mcp_roclet()

Examples

if (FALSE) { # \dontrun{
# Use the roclet in roxygenise
roxygen2::roxygenise(roclets = c("rd", "mcpr::mcp_roclet"))
} # }