Skip to contents

Creates MCP tools using the modern ToolDef system.

  • Client management: Creates client instance and connects to servers

  • Tool discovery: Automatically discovers and registers available tools

  • ToolDef objects: Returns modern ToolDef objects instead of legacy formats

Usage

mcpr_tools(config = NULL)

Arguments

config

Path to configuration file (uses default location if NULL)

Value

List of ToolDef objects

Examples

if (FALSE) { # \dontrun{
tools <- mcpr_tools()
} # }