MCPcopy Create free account
hub / github.com/garrytan/gstack / BrowseCommand

Interface BrowseCommand

test/helpers/skill-parser.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21]);
22
23export interface BrowseCommand {
24 command: string;
25 args: string[];
26 line: number;
27 raw: string;
28}
29
30export interface ValidationResult {
31 valid: BrowseCommand[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected