fix(mcp): sanitize azure devops server name - #18461
Merged
Christopher Co (christopherco) merged 1 commit intoAug 15, 2026
Merged
fix(mcp): sanitize azure devops server name#18461Christopher Co (christopherco) merged 1 commit into
Christopher Co (christopherco) merged 1 commit into
Conversation
Copilot CLI rejects MCP server identifiers containing a slash. Replace the slash with a hyphen while leaving the Azure DevOps npm package and its arguments unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7348f5f3-12d8-43ba-ad1d-fdf40ef3d4b7
Copilot started reviewing on behalf of
Christopher Co (christopherco)
August 15, 2026 03:33
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot CLI MCP configuration to use a valid Azure DevOps server identifier.
Changes:
- Replaces the unsupported slash with a hyphen.
- Leaves the package and arguments unchanged.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Christopher Co (christopherco)
marked this pull request as ready for review
August 15, 2026 03:39
Collaborator
Author
|
/azp run |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. |
reuben olinsky (reubeno)
approved these changes
Aug 15, 2026
Christopher Co (christopherco)
merged commit Aug 15, 2026
788b158
into
microsoft:4.0
12 checks passed
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.
Copilot CLI rejects MCP server identifiers containing a slash. Replace the slash with a hyphen while leaving the Azure DevOps npm package and its arguments unchanged.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com