/** * Security MCP Tools - MonoFence Integration * * Provides MCP tools for AI manipulation defense: * - monofence_scan: Scan input for threats * - monofence_analyze: Deep analysis of threats * - monofence_stats: Get detection statistics * - monofence_learn: Learn from detection feedback * * github.com/monoes/monomind */ import type { MCPTool } from './types.js'; /** * Export all security tools */ export declare const securityTools: MCPTool[]; export default securityTools; //# sourceMappingURL=security-tools.d.ts.map