/** * Security MCP Tools - AIDefence Integration * * Provides MCP tools for AI manipulation defense: * - aidefence_scan: Scan input for threats * - aidefence_analyze: Deep analysis of threats * - aidefence_stats: Get detection statistics * - aidefence_learn: Learn from detection feedback * * Created with ❤️ by ruv.io */ import type { MCPTool } from './types.js'; /** * Export all security tools */ export declare const securityTools: MCPTool[]; export default securityTools; //# sourceMappingURL=security-tools.d.ts.map