Skip to content

Conversation

@hallipr
Copy link
Member

@hallipr hallipr commented Dec 17, 2025

What does this PR do?

Simplify the Fabric core project name to align with server and tool naming

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

@hallipr hallipr requested a review from a team as a code owner December 17, 2025 22:52
Copilot AI review requested due to automatic review settings December 17, 2025 22:52
@hallipr hallipr requested review from a team as code owners December 17, 2025 22:52
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 renames the Fabric core project from Microsoft.Fabric.Mcp.Core to Fabric.Mcp.Core to align with the naming conventions used for servers and tools in the repository. The new Fabric.Mcp.Core project acts as a wrapper that references Azure.Mcp.Core, providing a consistent naming pattern across Fabric-related components.

Key Changes

  • Created new Fabric.Mcp.Core project as a wrapper referencing Azure.Mcp.Core
  • Updated project references in Fabric.Mcp.Tools.PublicApi and Fabric.Mcp.Tools.OneLake to use the new core project name
  • Updated Fabric.Mcp.Server to reference the renamed core project
  • Updated solution file and CODEOWNERS to reflect the new naming

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
core/Fabric.Mcp.Core/src/Fabric.Mcp.Core.csproj New wrapper project file that references Azure.Mcp.Core
tools/Fabric.Mcp.Tools.PublicApi/src/Fabric.Mcp.Tools.PublicApi.csproj Updated project reference from Microsoft.Fabric.Mcp.Core to Fabric.Mcp.Core
tools/Fabric.Mcp.Tools.OneLake/src/Fabric.Mcp.Tools.OneLake.csproj Updated project reference from Azure.Mcp.Core to Fabric.Mcp.Core
servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj Updated project reference to use new Fabric.Mcp.Core path
AzureMcp.sln Updated solution folder and project names to reflect the rename
.github/CODEOWNERS Updated ownership path from Microsoft.Fabric.Mcp.Core to Fabric.Mcp.Core

@hallipr hallipr merged commit 0e282f7 into main Dec 19, 2025
25 checks passed
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Azure MCP Server Dec 19, 2025
@hallipr hallipr deleted the users/pahallis/fabric-core-rename branch December 19, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants