MCPcopy
hub / github.com/mixedbread-ai/mgrep / InstallCommand

Interface InstallCommand

src/commands/update.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9type PackageManager = "npm" | "pnpm" | "yarn" | "bun";
10
11interface InstallCommand {
12 command: string;
13 args: string[];
14}
15
16/**
17 * Detects which package manager installed the running mgrep binary by

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected