Skip to content

v3.0.0: Web Forager

Choose a tag to compare

@CyranoB CyranoB released this 05 Mar 22:34
· 44 commits to main since this release

Renamed: duckduckgo-mcp → web-forager

This release renames the project to Web Forager — a search-and-fetch toolkit for AI agents.

Breaking changes

  • Package name: duckduckgo-mcpweb-forager
  • CLI command: duckduckgo-mcpweb-forager
  • Python module: duckduckgo_mcpweb_forager

What's new

  • tech-advisor skill: Replaces tech-radar, now supports both technology maturity assessments and product comparisons
  • Flexible tool support: Skills work with MCP tools, built-in agent tools, ddgs library, or Jina Reader
  • Freshness guidance: Skills now prioritize up-to-date sources

Unchanged

  • MCP tool function names (duckduckgo_search, duckduckgo_news_search, jina_fetch) are unchanged
  • All 5 Agent Skills included and working standalone

Migration

Update your MCP client config:

{
  "mcpServers": {
    "web-forager": {
      "command": "uvx",
      "args": ["--python", ">=3.10,<3.14", "web-forager", "serve"]
    }
  }
}