Skip to main content

Module mcp

Module mcp 

Source
Expand description

Model Context Protocol (MCP) server implementation.

§Doc Audit

  • audited: 2026-01-25
  • docs: reference/mcp.md
  • ignore: false

Re-exports§

pub use handlers::handle_method;
pub use handlers::handle_notification;
pub use server::run_server;

Modules§

handlers
MCP tool handlers and method implementations.
protocol
JSON-RPC 2.0 protocol types and MCP constants.
server
MCP server main loop and request handling.
tools
MCP tools implementations