Files
Kazuki Yamada 9fa58f73c6 test(mcp): Assert requiredness for the npx arguments too
intent(mcp-registry): address PR review — the requiredness loop covered `packageArguments` only, so `-y` in `runtimeArguments` was asserted present but not required

decision(server-json): `-y` exists precisely for the client that emits only required arguments, the same failure mode as `--mcp` one level up in the command, so leaving it unguarded left the guard's own premise untested

decision(server-json): rename the runtimeArguments test — it hardcodes `npx -y` rather than reading mcp-server.md, so the old name promised more than the body delivers

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-29 11:25:09 +09:00
..