#!/usr/bin/env node /** * Lagoon MCP Server - Entry Point * * This is the main entry point for the Model Context Protocol (MCP) server * that provides tools and resources for interacting with the Lagoon DeFi protocol. * * The server runs as a stdio transport, making it compatible with Claude Desktop * and other MCP clients. */ export {}; //# sourceMappingURL=index.d.ts.map