Skip to content

Comments

Fix PyPI releases for Azure MCP Server#1777

Merged
vcolin7 merged 3 commits intomainfrom
vcolin7/fix-pypi-releases
Feb 20, 2026
Merged

Fix PyPI releases for Azure MCP Server#1777
vcolin7 merged 3 commits intomainfrom
vcolin7/fix-pypi-releases

Conversation

@vcolin7
Copy link
Contributor

@vcolin7 vcolin7 commented Feb 20, 2026

What does this PR do?

PyPI releases have been broken for the last couple of releases after this PR added conditional publishing for it, but missed passing the parameter to the common.yml template from build.yml.

GitHub issue number?

N/A

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated servers/Azure.Mcp.Server/CHANGELOG.md and/or servers/Fabric.Mcp.Server/CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated servers/Azure.Mcp.Server/README.md and/or servers/Fabric.Mcp.Server/README.md documentation
    • Validate README.md changes using script at eng/scripts/Process-PackageReadMe.ps1. See Package README
    • Updated command list in /servers/Azure.Mcp.Server/docs/azmcp-commands.md and/or /docs/fabric-commands.md
    • Run .\eng\scripts\Update-AzCommandsMetadata.ps1 to update tool metadata in azmcp-commands.md (required for CI)
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts
    • For tools with new names, including new tools or renamed tools, update consolidated-tools.json
    • For new tools associated with Azure services or publicly available tools/APIs/products, add URL to documentation in the PR description
  • Extra steps for Azure MCP Server tool changes:
    • Updated test prompts in /servers/Azure.Mcp.Server/docs/e2eTestPrompts.md
    • 👉 For Community (non-Microsoft team member) PRs:
      • Security review: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (crypto mining, spam, data exfiltration, etc.)
      • Manual tests run: added comment /azp run mcp - pullrequest - live to run Live Test Pipeline

@vcolin7 vcolin7 added this to the 2026-02 milestone Feb 20, 2026
@vcolin7 vcolin7 requested review from conniey and hallipr February 20, 2026 17:19
@vcolin7 vcolin7 self-assigned this Feb 20, 2026
@vcolin7 vcolin7 requested a review from a team as a code owner February 20, 2026 17:19
Copilot AI review requested due to automatic review settings February 20, 2026 17:19
@vcolin7 vcolin7 requested a review from a team as a code owner February 20, 2026 17:19
@vcolin7 vcolin7 requested a review from joshfree February 20, 2026 17:19
@vcolin7 vcolin7 added server-Azure.Mcp Azure.Mcp.Server server-Fabric.Mcp Microsoft Fabric MCP Server blocking-release labels Feb 20, 2026
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 fixes broken PyPI releases for Azure MCP Server by correcting a parameter naming inconsistency and passing the parameter to the pipeline template. After PR #1686 added conditional PyPI publishing, the parameter was not passed through from build.yml to common.yml, preventing PyPI packages from being published.

Changes:

  • Fixed parameter name casing from PackagePyPi to PackagePyPI to match template expectations
  • Added missing PackagePyPI parameter pass-through to the common.yml template

@vcolin7 vcolin7 enabled auto-merge (squash) February 20, 2026 17:25
@joshfree joshfree moved this from Untriaged to In Progress in Azure MCP Server Feb 20, 2026
@vcolin7 vcolin7 disabled auto-merge February 20, 2026 17:41
@vcolin7 vcolin7 merged commit 3fea650 into main Feb 20, 2026
16 of 19 checks passed
@vcolin7 vcolin7 deleted the vcolin7/fix-pypi-releases branch February 20, 2026 17:52
@github-project-automation github-project-automation bot moved this from In Progress to Done in Azure MCP Server Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocking-release server-Azure.Mcp Azure.Mcp.Server server-Fabric.Mcp Microsoft Fabric MCP Server

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants