Skip to main content

Crate warmplane

Crate warmplane 

Source
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 server and warmplane config CLI 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