You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: collect multiple --header flags correctly with Commander.js
Commander.js overwrites repeated options by default, keeping only the
last value. Use a custom collector function so -H/--header accumulates
into an array. This fixes 'mcpc @s tools-list -H "A: 1" -H "B: 2"'
where only the second header was being sent.
https://claude.ai/code/session_01N2bVWnSTWbVDMmtY7hJ1Cg
0 commit comments