UNPKG

firewalla-mcp-server

Version:

Model Context Protocol (MCP) server for Firewalla MSP API - Provides real-time network monitoring, security analysis, and firewall management through 28 specialized tools compatible with any MCP client

14 lines 475 B
/** * Firewalla-specific query syntax validation * Validates query syntax and provides helpful error messages */ import type { ValidationResult } from '../types.js'; /** * Validate Firewalla query syntax */ export declare function validateFirewallaQuerySyntax(query: string): ValidationResult; /** * Get example queries for a specific entity type */ export declare function getExampleQueries(entityType: string): string[]; //# sourceMappingURL=query-validator.d.ts.map