UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

18 lines 537 B
/** * 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