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

Function depsFrom

packages/cli/src/commands/doctor-pi.ts:123–129  ·  view source on GitHub ↗
(options: RunDoctorOptions)

Source from the content-addressed store, hash-verified

121};
122
123function depsFrom(options: RunDoctorOptions): DoctorDeps {
124 return {
125 ...DEFAULT_DEPS,
126 prompts: options.prompts ?? DEFAULT_DEPS.prompts,
127 ...options.deps,
128 };
129}
130
131function printDoctorHelp(): void {
132 console.log("");

Callers 1

runDoctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected