Conductor Proxy T5: management UI sub-tool card (#97) - #109
Draft
ssbn wants to merge 1 commit into
Draft
Conversation
Manage upstream MCP servers from the Conductor MCP page. - mcp-proxy-handlers: IPC for list/add/update/remove/start/stop/restart, merging the registry (T1) with live supervisor state (T2) into a view; broadcasts MCP_PROXY_CHANGED on supervisor change so the UI tracks async connect/close without polling - IPC channels + preload bridge + renderer ElectronAPI typings - mcpProxyStore (zustand) + ProxySubTool card: list servers with status pills + tool counts, add form (stdio/http/sse), per-server exposure toggle (search<->passthrough), start/stop/restart/remove; rendered on ConductorMcpPage - 7 store tests Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Converting to draft — a desktop-launch issue surfaced during verification: the interstitial loader shows but the main desktop UI never paints. Actively troubleshooting. Do not merge until fixed and a full desktop open-and-use test passes. |
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.
Part of the Conductor Proxy MCP epic (#101). Resolves #97.
Stacked PR — base:
feat/102-migrate-builtins.Manage upstream servers from the Conductor MCP page.
mcp-proxy-handlersIPC (list/add/update/remove/start/stop/restart) merging registry + live supervisor state;MCP_PROXY_CHANGEDpushmcpProxyStore+ProxySubToolcard: status pills, add form (stdio/http/sse), exposure toggle, lifecycle buttons🤖 Generated with Claude Code