Skip to main content

OnStart

Type Alias OnStart 

Source
pub type OnStart = Box<dyn FnOnce(EnvStart) -> Pin<Box<dyn Future<Output = TestsResult<Option<HashMap<String, String>>>> + Send>> + Send>;
Expand description

Startup callback: runs once after compose up and before MCP health check.

Aliased Typeยง

pub struct OnStart(/* private fields */);