tasq/node_modules/agentic-flow/dist/mcp/fastmcp/tools/hooks/pre-command.d.ts

7 lines
265 B
TypeScript

/**
* Pre-Command Hook - Command risk assessment
* Assesses command safety and suggests alternatives
*/
import type { ToolDefinition } from '../../types/index.js';
export declare const hookPreCommandTool: ToolDefinition;
//# sourceMappingURL=pre-command.d.ts.map