arctl configure fix batch#590
Open
inFocus7 wants to merge 1 commit into
Open
Conversation
Signed-off-by: Fabian Gonzalez <fabian.gonzalez@solo.io>
inFocus7
marked this pull request as ready for review
July 24, 2026 18:31
inFocus7
enabled auto-merge
July 24, 2026 19:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation
A few issues with
arctl configures output. To name a few:arctl).{"url": ""}in Cursor/Kiro; VS Code lost top-levelinputs/sandbox, Claude Code droppedheaders/timeout/oauthfrom other servers.arctlvsARCTL)configurea bearer token for the mcp bridge. We recently we've added support for vendor ext. to configure mcp bridge auth, so this is a good additions to that.What Changed
ARCTLtoarctlwith cleanup to avoid end-user changes needed.--token-envallowing direct-access config to MCP bridge if it requires auth.Change Type
Changelog
Additional Notes
Does not set up any auth or changes to the server. Simply focused on input (cmd) -> output (config file) translation which is verified via tests and local runs of
arctl configure.The largest unknown is Kiro and if it requires
${TOKEN}vs${env:TOKEN}where there is an open issue stating the former documented version does not work. If anyone with Kiro tests locally and hits an issue, we likely just need to remove theenv:prefix to the variable.