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

Method requestShutdown

src/runtime/adapters/types.ts:42–42  ·  view source on GitHub ↗
(trigger: LifecycleTrigger)

Source from the content-addressed store, hash-verified

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

Callers 2

handleCommandMethod · 0.65

Implementers 1

Lifecyclesrc/runtime/lifecycle.ts

Calls

no outgoing calls

Tested by

no test coverage detected