Skip to contents

Convenience function to initialize and start MCP server in one call. Creates mcprServer instance and begins listening for client connections through blocking event loop with automatic tool discovery and registration.

Usage

mcpr_server(registry = NULL)

Arguments

registry

A ToolRegistry instance to use for tool discovery

Value

The server instance (invisibly)

Details

Start MCP Server