feat(desktop): Config tab to pin the oab-mcp target + reload core (UI) - #62
Merged
Conversation
The UI half for #60: a Config tab (cluster / AWS profile / region) that reads the persisted target via `mcp_target_get`, and on save calls `mcp_target_set` (persist + reload the core onto the new hermetic env), then refreshes the roster. Browser build disables the form. Ports #10's UI onto #60's provider-tagged `McpTarget` shape ({ provider: "ecs", cluster, profile?, region? }). Verified locally: `tsc --noEmit && vite build` clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Supersedes #61 (auto-closed when its stacked base
feat/mcp-target-hermeticwas deleted on #60's merge). Same UI, rebased ontomain(base =main).The UI half of the oab-mcp target feature. #60 (backend: provider-tagged
McpTarget+ hermetic env +mcp_target_get/mcp_target_set+ reload) is now inmain.What
console/index.html+config.ts): cluster / AWS profile / region; reads viamcp_target_get, on save callsmcp_target_set(persist + reload the core onto the new hermetic env), then refreshes the roster. Browser build disables the form.{ provider: "ecs", cluster, profile?, region? }.main.ts: oneinitConfigTab({ onSaved: () => void tick() })at boot.styles.css: form styling using existing theme tokens.Verification
tsc --noEmit && vite buildclean locally (no type errors).Finishes #10's intent on #60's design → #10 can be closed once this merges.
🤖 Generated with Claude Code