#!/usr/bin/env node /** * MCP Everything Server - Entry Point * * This server demonstrates all MCP protocol capabilities. * Run with different transport modes: * - stdio (default): node dist/index.js * - sse: node dist/index.js sse * - streamableHttp: node dist/index.js streamableHttp * - streamableHttp with auth: node dist/index.js streamableHttp --auth */ export {}; //# sourceMappingURL=index.d.ts.map