Skip to content

Use relative path for azure-sdk-mcp.ps1 in mcp.json#26072

Merged
praveenkuttappan merged 3 commits intomainfrom
copilot/update-mcp-json-path
Feb 27, 2026
Merged

Use relative path for azure-sdk-mcp.ps1 in mcp.json#26072
praveenkuttappan merged 3 commits intomainfrom
copilot/update-mcp-json-path

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

${workspaceFolder} in .vscode/mcp.json is redundant and less portable than a relative path for the MCP server script reference.

Change

  • .vscode/mcp.json: Replace ${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1 with ./eng/common/mcp/azure-sdk-mcp.ps1

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update mcp.json to modify script path Use relative path for azure-sdk-mcp.ps1 in mcp.json Feb 26, 2026
@praveenkuttappan praveenkuttappan marked this pull request as ready for review February 26, 2026 23:57
Copilot AI review requested due to automatic review settings February 26, 2026 23:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the VS Code MCP server configuration to reference the azure-sdk-mcp.ps1 script via a relative path instead of using the ${workspaceFolder} token, aiming to improve portability of the checked-in .vscode/mcp.json.

Changes:

  • Update .vscode/mcp.json to use ./eng/common/mcp/azure-sdk-mcp.ps1 in the MCP server args list.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@praveenkuttappan praveenkuttappan merged commit 49deb3c into main Feb 27, 2026
12 checks passed
@praveenkuttappan praveenkuttappan deleted the copilot/update-mcp-json-path branch February 27, 2026 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants