#!/usr/bin/env node /** * Sentinel MCP Server Entry Point * * This is the main entry point for the Sentinel MCP (Model Context Protocol) server. * The server provides AI tools with access to Sentinel rules stored in ZooKeeper. */ export {}; //# sourceMappingURL=index.d.ts.map