Skip to main content

Crate embacle_mcp

Crate embacle_mcp 

Source
Expand description

§embacle-mcp

MCP server library exposing embacle LLM runners via Model Context Protocol. Supports stdio and HTTP/SSE transports with provider, model, and multiplex tools.

§Re-exports

Re-exports§

pub use server::McpServer;
pub use state::ServerState;
pub use state::SharedState;
pub use tools::build_tool_registry;
pub use transport::McpTransport;

Modules§

protocol
runner
server
state
tools
transport