Skip to contents

Returns TRUE if the mcptools package is installed and available.

Usage

mcp_available()

Value

Logical indicating if MCP support is available

Examples

if (mcp_available()) {
  message("MCP support is available")
}
#> MCP support is available