#!/usr/bin/env node /** * Main entry point for the MCP Stock Quotes Server * * This server provides tools for fetching stock quotes from Yahoo Finance * through the Model Context Protocol (MCP). * * Usage: * node dist/index.js --transport stdio # Start with stdio transport * node dist/index.js --transport http # Start with HTTP transport (port 3000) */ export {}; //# sourceMappingURL=index.d.ts.map