Skip to main content

MCP_NOTIFICATION_MESSAGE_LEVEL

Constant MCP_NOTIFICATION_MESSAGE_LEVEL 

Source
pub const MCP_NOTIFICATION_MESSAGE_LEVEL: &str = "info";
Expand description

level field of every MCP notifications/message envelope this bridge emits. The spec permits debug / info / warning / error; v0.11.0 emits info because the invariant on solo_core::InvalidateEvent is that it ONLY fires after a successful writer-actor commit — there is no error/warning path.