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

4 lines 259 B
import type { Server } from '@modelcontextprotocol/sdk/server/index.js'; import type { FirewallaClient } from '../firewalla/client.js'; export declare function setupPrompts(server: Server, firewalla: FirewallaClient): void; //# sourceMappingURL=index.d.ts.map