MCPcopy
hub / github.com/shareAI-lab/Kode-CLI / BashValidationContext

Interface BashValidationContext

packages/protocol/src/commandSource.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * Context for bash command validation.
11 */
12export interface BashValidationContext {
13 source: CommandSource
14}
15
16/**
17 * Get validation context from a tool context object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected