next.js
b7a97a05 - Initial MCP implementation (#81770)

Commit
179 days ago
Initial MCP implementation (#81770) ### What? Add MCP for next dev exposing entrypoints, module graph and issues. Can be enabled via `NEXT_EXPERIMENTAL_MCP_SECRET=<random>` and makes the MCP available on `/_next/mcp?<random>`. Interesting change is in: packages/next/src/server/lib/router-utils/mcp.ts
Author
Parents
Loading