Conductor Proxy T4: search-based meta-tool surface (#96) - #107
Draft
ssbn wants to merge 1 commit into
Draft
Conversation
) Expose the proxy to Claude/Codex via a fixed meta-tool set on the existing conductor endpoint, so upstream churn never changes the advertised tool list. - registerProxyTools: search_tools / describe_tool / call_tool / list_servers (built on the T3 index + T2 supervisor); call_tool maps ProxyDispatchError codes to graceful results (TOOL_NOT_FOUND -> "re-run search_tools") - per-upstream passthrough: exposure==='passthrough' advertises server__tool directly, with a best-effort JSON-Schema->Zod shape converter - wired into createServer behind conductorTools.proxy; only registers when >=1 upstream is configured (zero behavior change for installs with none) - emits sendToolListChanged on mcp-proxy:changed; cleanup on connection close - 15 new tests; existing conductor-mcp suite (51) still green 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 #96.
Stacked PR — base:
feat/95-tool-index.Search-based meta-tool surface on the existing conductor endpoint.
search_tools/describe_tool/call_tool/list_servers;call_toolmaps error codes to graceful results (TOOL_NOT_FOUND → re-run search_tools)passthroughopt-in with a best-effort JSON-Schema→Zod convertercreateServerbehindconductorTools.proxy; only registers when ≥1 upstream is configured (zero change for installs with none)🤖 Generated with Claude Code