UNPKG

mcp-search-tools

Version:

MCP server and client for web search and page viewing tools - DuckDuckGo search and web scraping

7 lines 390 B
export { MCPWebToolsClient } from './client/index.js'; export { server } from './server/index.js'; export { webSearchTool, webSearchSchema } from './tools/web-search.js'; export { webPageTool, webPageSchema } from './tools/web-page.js'; export type { WebSearchInput } from './tools/web-search.js'; export type { WebPageInput } from './tools/web-page.js'; //# sourceMappingURL=index.d.ts.map