Module mcp

Module mcp 

Source
Expand description

§MCP Server Module

This module provides the MCP (Model Context Protocol) server implementation that exposes the same functionality as the CLI commands through MCP tools.

The MCP server provides identical functionality to the CLI, following the PRD requirement that “MCP tools map directly to CLI commands” with identical JSON response formats.

Re-exports§

pub use handlers::*;
pub use server::*;
pub use tools::*;

Modules§

error
Foundry MCP Error Types
handlers
MCP Request Handlers
macros
Declarative Macros for MCP Tool Generation
server
MCP Server Implementation
tools
MCP Tool Definitions
traits
MCP Tool Definition Traits