UNPKG

mcp-search-tools

Version:

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

7 lines 401 B
// Main exports for the MCP Web Tools package 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'; //# sourceMappingURL=index.js.map