Drop circular-dependency warnings coming from node_modules, keep everything else.
Dependencies legitimately contain cycles (zod and zod-to-json-schema, reached through the MCP
SDK, emit around twenty lines on their own). The application author cannot act on any of them,
and a wall of warnings on an otherwise successful build reads as a failure. Cycles in the user's
own code still warn, because those are actionable.
Drop circular-dependency warnings coming from
node_modules, keep everything else.Dependencies legitimately contain cycles (zod and zod-to-json-schema, reached through the MCP SDK, emit around twenty lines on their own). The application author cannot act on any of them, and a wall of warnings on an otherwise successful build reads as a failure. Cycles in the user's own code still warn, because those are actionable.