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
McpServer— JSON-RPC request dispatcherServerState/SharedState— shared server state with provider and runner cachebuild_tool_registry— default tool registry with all 7 MCP toolsMcpTransport— transport trait for stdio/HTTP backends
Re-exports§
pub use server::McpServer;pub use state::ServerState;pub use tools::build_tool_registry;pub use transport::McpTransport;