mcp-search-tools
Version:
MCP server and client for web search and page viewing tools - DuckDuckGo search and web scraping
9 lines • 593 B
TypeScript
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 { downloadFilesTool, downloadFilesSchema, } from './tools/download-files.js';
export type { WebSearchInput, WebSearchArgs, } from './tools/web-search.js';
export type { WebPageInput, WebPageArgs } from './tools/web-page.js';
export type { DownloadFilesInput, DownloadFilesArgs, } from './tools/download-files.js';
//# sourceMappingURL=index.d.ts.map