Skip to content

Releases: vercel/next-devtools-mcp

v0.3.3

13 Nov 16:13

Choose a tag to compare

What's Changed

  • Fix server discovery in WSL by @gaojude in #87
  • docs: move the mechanism to the bottom by @huozhi in #89

Full Changelog: v0.3.2...v0.3.3

v0.3.2

08 Nov 19:43

Choose a tag to compare

Improvements

  • enrich cache components tool desc by @huozhi in #82
  • remove useCache flag when migrate to cache components by @huozhi in #83
  • handle use cache in route handler case by @huozhi in #84
  • Add MCP Tool Usage Telemetry Tracking by @gaojude in #85

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Nov 01:00

Choose a tag to compare

Patches

  • fix: find process helper cjs import by @huozhi in #81

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Nov 21:31

Choose a tag to compare

Feature

  • Add initialization tool for Next.js MCP by @gaojude in #79

Misc

  • Improve README clarity and remove outdated experimental MCP by @gaojude in #69
  • Migrate to using official MCP TS SDK by @quuu in #80

New Contributors

  • @quuu made their first contribution in #80

Full Changelog: v0.2.6...v0.3.0

v0.2.6

04 Nov 16:25

Choose a tag to compare

Patches

Full Changelog: v0.2.5...v0.2.6

v0.2.5

03 Nov 23:28

Choose a tag to compare

Patches

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Nov 15:09

Choose a tag to compare

Patches

  • Fix Next.js runtime discovery on Windows by @gaojude in #67
  • fix: generateImageMetadata receives already awaited params by @icyJoseph in #71

Improvement

  • Use official docs search API to implement nextjs_docs MCP tool by @gaojude in #68

Misc

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

29 Oct 20:58

Choose a tag to compare

Improvements

  • reduce prompt token size by reorganizing the knowledge by @huozhi in #64
  • Clean up REQUIRES_CANARY_FOR_CACHE_COMPONENTS by @gaojude in #65
  • detect version channel by @huozhi in #66

Full Changelog: v0.2.1...v0.2.3

v0.2.2

28 Oct 14:48

Choose a tag to compare

Improvements

Full Changelog: v0.2.1...v0.2.2

v0.2.0

22 Oct 03:57

Choose a tag to compare

Next.js DevTools MCP

🎉 Frist official release of Next.js DevTool MCP

Next.js DevTool MCP is a MCP server that connects AI coding agents and assistants to your Next.js
applications, enabling direct interaction and intelligent automation.

Features

  • Automated upgrades to Next.js 16 with official codemods
  • Cache Components setup with error detection and fixing
  • Real-time runtime diagnostics from your dev server
  • Next.js 16 knowledge base and documentation search
  • Browser automation for testing and verification

Get started with the README.md or learn more in the Next.js MCP Guide.