Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the Fabric MCP Server for a 1.0.0 GA release by bumping the server version and publishing consolidated release notes for both the server package and the VS Code extension.
Changes:
- Bumps
Fabric.Mcp.Serverversion to1.0.0. - Adds a new
1.0.0release section to the server and VS Code extension changelogs. - Removes compiled
changelog-entries/*.yamlfiles after merging their content into the main changelog.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| servers/Fabric.Mcp.Server/vscode/CHANGELOG.md | Adds a new 1.0.0 GA entry and backfills beta release history. |
| servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj | Updates the server package version from beta to 1.0.0. |
| servers/Fabric.Mcp.Server/CHANGELOG.md | Replaces the unreleased beta section with a 1.0.0 GA release section and consolidated notes. |
| servers/Fabric.Mcp.Server/changelog-entries/1775162068769.yaml | Deletes a compiled changelog entry file. |
| servers/Fabric.Mcp.Server/changelog-entries/1774651569770.yaml | Deletes a compiled changelog entry file. |
| servers/Fabric.Mcp.Server/changelog-entries/1774379067978.yaml | Deletes a compiled changelog entry file. |
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <Version>0.0.0-beta.11</Version> | ||
| <Version>1.0.0</Version> |
There was a problem hiding this comment.
Changing Fabric.Mcp.Server to a non-beta public version (1.0.0) will cause eng/scripts/New-BuildInfo.ps1 to calculate the VSIX version from the VS Code Marketplace (it requires an existing 1.0.X series for major=1). If there are no published marketplace versions for major 1 yet, the build info generation fails (the script treats this as an illegal state for non-beta releases). Consider publishing a 1.0.0-beta.Y series first (so VSIX major 1 exists), or adjust the versioning/release tooling so the first GA can produce a deterministic VSIX version (e.g., 1.0.0).
| <Version>1.0.0</Version> | |
| <Version>1.0.0-beta.1</Version> |
| @@ -1,4 +1,111 @@ | |||
| # Release History | |||
|
|
|||
| ## 1.0.0 (2026-04-12) | |||
There was a problem hiding this comment.
The VS Code extension changelog is being updated with a 1.0.0 entry, but the packaging/versioning scripts may not actually produce a VSIX version of 1.0.0 for a non-beta public release (New-BuildInfo derives vsixVersion as 1.0.<nextPatch> from marketplace state). Please confirm the actual VSIX version that will be emitted for this release and align the VS Code CHANGELOG header accordingly to avoid mismatched marketplace version vs. changelog section.
| ## 1.0.0 (2026-04-12) | |
| ## 1.0.1 (2026-04-12) |
|
|
||
| ### Features Added | ||
|
|
||
| - Add --disable-caching to server start options to disable caching. [[#2330](https://github.com/microsoft/mcp/pull/2330)] |
There was a problem hiding this comment.
For markdown readability/consistency with the VS Code changelog entry, consider wrapping the --disable-caching option in backticks in the compiled server changelog as well (currently it’s plain text). This helps ensure it renders clearly as a literal CLI switch.
| - Add --disable-caching to server start options to disable caching. [[#2330](https://github.com/microsoft/mcp/pull/2330)] | |
| - Add `--disable-caching` to server start options to disable caching. [[#2330](https://github.com/microsoft/mcp/pull/2330)] |
What does this PR do?
[Provide a clear, concise description of the changes][Add additional context, screenshots, or information that helps reviewers]GitHub issue number?
[Link to the GitHub issue this PR addresses]Pre-merge Checklist
servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationREADME.mdchanges running the script./eng/scripts/Process-PackageReadMe.ps1. See Package READMEToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.jsonbreaking-changelabelservers/Azure.Mcp.Server/docs/azmcp-commands.md./eng/scripts/Update-AzCommandsMetadata.ps1to update tool metadata inazmcp-commands.md(required for CI)servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline