MCPcopy
hub / github.com/rpamis/comet / DoctorOptions

Interface DoctorOptions

src/commands/doctor.ts:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267interface DoctorOptions {
268 json?: boolean;
269 scope?: DoctorScope;
270}
271
272export async function doctorCommand(
273 targetPath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected