Releases: vercel/next-devtools-mcp
Releases · vercel/next-devtools-mcp
Release list
v0.4.0
next-devtools-mcp is now a thin connector to the Next.js dev server. Tools-only: nextjs_index, nextjs_call, nextjs_docs, browser_eval.
nextjs_docsno longer fetches docs over the network — it points agents at the version-accurate docs Next.js bundles atnode_modules/next/dist/docs/.browser_evalis now a gateway to theagent-browserCLI (no longer proxies@playwright/mcp).- Removed the
init,upgrade_nextjs_16, andenable_cache_componentstools and their prompts, plus all knowledge-base resources — upgrade/Cache Components workflows now ship as agent skills, and docs ship with Next.js.
See "Migrating from 0.3.x" in the README. Published to npm via OIDC trusted publishing.
v0.3.10
v0.3.8
What's Changed
- fix: filter base64 image from screenshot result by @Burry in #105
- fix(init): avoid agent idle caused by strict reply prohibition (fix #109) by @MapleCity1314 in #110
New Contributors
- @Burry made their first contribution in #105
- @MapleCity1314 made their first contribution in #110
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Fixes
- fix: upgrade @modelcontextprotocol/sdk to 1.24.3 (CVE-2025-66414) by @gaojude in #107
Misc
-
fix: upgrade Next.js to 16.0.7 (CVE-2025-55182) by @ctate in #106
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Improvements
- Fix screenshot action using wrong Playwright MCP tool name by @gaojude in #98
- Improve port discovery by @gaojude in #101
Misc
- ci: update server.json for mcp registry when bump version by @huozhi in #102
- Add troubleshooting section for common user issues by @gaojude in #97
Full Changelog: v0.3.5...v0.3.6