Expand description
Warmplane: Local control plane and facade proxy for Model Context Protocol (MCP) sessions.
Re-exports§
pub use engine::ControlPlaneHandle;pub use engine::EmbeddedWarmplane;pub use engine::Envelope;pub use engine::WarmplaneError;
Modules§
- approvals
- Human-in-the-Loop (HITL) Approval Engine and Registry.
- audit
- WORM Audit Trail & SIEM Export subsystem.
- batch_
executor - Multi-step chained and batched capability execution with variable reference resolution (
M-CANONICAL-DOCS). - catalog
- Catalog event tracking module for Warmplane.
- circuit_
breaker - Circuit breaker pattern implementation for upstream MCP server fault tolerance (
M-CANONICAL-DOCS). - cli_
config - Handlers for
warmplane serverandwarmplane configCLI commands. - config
- config_
import - Configuration import utilities from external MCP ecosystems (Claude Desktop, Cursor, Zed).
- context
- context_
filter - Context distillation, line truncation, byte budgets, and JSONPath filtering for agent payloads (
M-CANONICAL-DOCS). - daemon
- Daemon runtime module managing upstream MCP process connections, runtime state, policies, and lifecycle.
- engine
- Embedded Warmplane engine interface and ControlPlaneHandle implementation (
M-CANONICAL-DOCS). - http_v1
- HTTP v1 facade API handlers for capabilities, resources, prompts, events, operations, and control deck.
- idempotency
- interactive
- Interactive terminal wizards for configuring MCP servers and policies.
- mcp_
server - MCP server facade interface exposing compact tools/resources/prompts endpoints.
- models
- oauth2
- OAuth2 PKCE authorization code flow and local proxy server handler.
- operations
- rbac
- Multi-Tenant Role-Based Access Control (RBAC) module.
- sampling
- Model Context Protocol (MCP) Sampling Delegation Engine & Registry.
- search
- Capability search engine implementations including lexical, vector, and hybrid ranking.
- storage
- Atomic filesystem storage engine for persistent application state.
- supervisor
- Upstream process supervisor and self-healing actor manager (
M-CANONICAL-DOCS). - telemetry