fix: remove legacy service-connection MCP field#234
Merged
jamesadevine merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
009e03a to
1eff495
Compare
Remove the dead `service_connection` field from `McpOptions` and fix incorrect documentation claiming 1ES uses service connections for MCP routing. Both targets use MCPG — the field was parsed but never read. - Remove `service_connection` field from `McpOptions` in types.rs - Remove `service-connection:` from AGENTS.md MCP config docs - Fix create/update prompts: 1ES supports containerized MCPs via MCPG Closes #233 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1eff495 to
4943826
Compare
Contributor
🔍 Rust PR ReviewSummary: Looks good — clean dead-code removal with accurate documentation fixes. Findings✅ What Looks Good
|
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.
Summary
Remove the dead
service_connectionfield fromMcpOptionsand fix incorrect documentation claiming 1ES uses service connections for MCP routing. Both targets use MCPG — the field was parsed but never read.Changes
src/compile/types.rs: Remove deadservice_connectionfield fromMcpOptionsAGENTS.md: Removeservice-connection:from MCP config docsprompts/create-ado-agentic-workflow.md: Fix 3 incorrect 1ES MCP claimsprompts/update-ado-agentic-workflow.md: Fix target compatibility noteSee analysis comment for full investigation.
Closes #233