v2.9.3
- New
codetool group - your coding agent's companionweb_data_npm_package- look up any npm package by name and get back
structured metadata: latest version, README, dependencies, and more
(e.g.@brightdata/sdk,express,fastify)web_data_pypi_package- look up any PyPI package by name and get back
structured metadata: latest version, README, dependencies, and more
(e.g.langchain-brightdata,requests,numpy)- Enable with
GROUPS="code"- works with Claude Code, Cursor, Windsurf,
and any MCP-powered coding agent
- Added
codegroup row to the tool groups table in README - Added coding agent configuration example in README
Why this matters
Coding agents constantly need to answer questions like "what's the latest
version of X?" or "what does this package do?". Until now that meant
scraping registry pages or relying on stale training data. The code group
gives agents a single, reliable tool to query npm and PyPI directly —
structured data, no scraping, no blocking, always up to date.