docs: fix claude mcp add argument order in K8s proxy example - #18
docs: fix claude mcp add argument order in K8s proxy example#18akurinnoy wants to merge 1 commit into
Conversation
The --header option is variadic (<header...>) and greedily consumes subsequent positional arguments when placed before the name and URL. Move --header after the positional args to match the CLI's expected syntax. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughReordered arguments in the README's ChangesREADME command snippet reorder
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Image built: |
|
Closing — the K8s API service proxy approach doesn't work in practice. The user lacks |
Summary
--headerafter positional args (name + URL) in the K8s API proxy example--headeroption is variadic (<header...>) and greedily consumes subsequent arguments when placed before the name, causingerror: missing required argument 'name'Test plan
Summary by CodeRabbit