Skip to main content

Module mcp

Module mcp 

Source
Expand description

MCP (Model Context Protocol) server integration.

Discovers tools from MCP servers via stdin/stdout JSON-RPC and registers them into the canonical tool registry. MCP tools participate in the same capability/permission/policy flow as all other tools.

Structs§

McpServer
A running MCP server connection.
McpServerConfig
Configuration for an MCP server.
McpToolExecutor
MCP tool executor – routes tool calls to the appropriate MCP server.
McpToolInfo
An MCP tool discovered from a server.