MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / install

Method install

packages/server/src/svc/types.ts:64–64  ·  view source on GitHub ↗
(args: InstallArgs)

Source from the content-addressed store, hash-verified

62
63export interface ServiceManager {
64 install(args: InstallArgs): Promise<InstallResult>;
65 uninstall(): Promise<LifecycleResult>;
66 start(): Promise<LifecycleResult>;
67 stop(): Promise<LifecycleResult>;

Callers 9

manager.test.tsFile · 0.65
installPluginMethod · 0.65
launchd.test.tsFile · 0.65
systemd.test.tsFile · 0.65
schtasks.test.tsFile · 0.65
server.test.tsFile · 0.65
constructorMethod · 0.65
addLifecycleCommandsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected