/** * MCP DuckDuckGo Search Example * * A web search example using DuckDuckGo - no API key required! * The server provides tools to search the web and get answers. * * Prerequisites: * - Install MCP SDK: bun add @modelcontextprotocol/sdk * * Run with: bun run examples/mcp-websearch.ts */ export {}; //# sourceMappingURL=mcp-websearch.d.ts.map