MCPcopy
hub / github.com/superagent-ai/grok-cli / GrepParams

Interface GrepParams

src/tools/grep.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const MAX_LINE_LENGTH = 2000;
8
9interface GrepParams {
10 pattern: string;
11 path?: string;
12 include?: string;
13}
14
15interface RipgrepMatch {
16 type: "match";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected