MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / LifecycleHandler

Interface LifecycleHandler

src/runtime/adapters/types.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40export interface LifecycleHandler {
41 requestRestart(trigger: LifecycleTrigger): Promise<CommandResult>;
42 requestShutdown(trigger: LifecycleTrigger): Promise<CommandResult>;
43}
44
45export interface LifecycleInfo {
46}

Callers 4

handleCommandMethod · 0.65
startMethod · 0.65
handleCommandMethod · 0.65

Implementers 1

Lifecyclesrc/runtime/lifecycle.ts

Calls

no outgoing calls

Tested by

no test coverage detected