mcp-search-tools
Version:
MCP server and client for web search and page viewing tools - DuckDuckGo search and web scraping
6 lines • 316 B
JavaScript
// 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';
//# sourceMappingURL=index.js.map