[AIGTWY-4573] Managed MCP servers: registration and refresh - #643
Closed
david-siqi-liu wants to merge 1 commit into
Closed
david-siqi-liu wants to merge 1 commit into
david-siqi-liu wants to merge 1 commit into
Conversation
Apply a managed config's mcp_servers to each enabled agent: register the named UC mcp-services plus everything discovered under a unity_catalog_location, unioned, and reconcile on change. Entry-point wiring stacks on top. Co-authored-by: Isaac <no-reply@databricks.com>
david-siqi-liu
added this pull request to stack #650
September 15, 2026 17:55
Collaborator
Author
|
Closing: re-scoping into a smaller stack focused on making static model lists work for Claude Code and Codex. The rest (tracing, UC-location discovery, MCP, skills, spend defaults, smart routing) follows separately. |
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.
Register and refresh managed MCP-server connections from the manifest.
mcp.pyregistration and refresh for managed serversIntegration coverage: the existing dispatch checks
test_ug_claude_mcp_helpandtest_ug_codex_mcp_help(routing off/on) exerciseug <agent> mcpforwarding. Managed MCP registration functionality is a documented gap: the integration suite defers it (tests/README.md: "MCP and skills functionality: Deferred; existing mcp --help dispatch checks only"), covered here by unit tests (tests/test_mcp.py). Expanding live MCP coverage is a scoped follow-up. No integration test added or modified.This pull request and its description were written by Isaac.