MCPcopy Create free account
hub / github.com/cortexkit/magic-context / start

Method start

packages/cli/src/lib/prompts.ts:46–46  ·  view source on GitHub ↗
(message?: string)

Source from the content-addressed store, hash-verified

44
45export interface PromptSpinner {
46 start(message?: string): void;
47 stop(message?: string): void;
48 message(message: string): void;
49}

Callers 11

serverFunction · 0.65
rpc-client.test.tsFile · 0.65
runClearFunction · 0.65
runSetupFunction · 0.65
runIssueFlowFunction · 0.65
runIssueFlowFunction · 0.65
checkEmbeddingConfigFunction · 0.65
runSetupFunction · 0.65
startFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

MagicContextRpcServerpackages/plugin/src/shared/rpc-server.

Calls

no outgoing calls

Tested by

no test coverage detected