[dev-v5] Update installation instructions to include --prerelease flag and specify version for MCP Server#4541
Merged
vnbaaij merged 2 commits intomicrosoft:dev-v5from Feb 19, 2026
Conversation
…cify version for MCP Server
vnbaaij
approved these changes
Feb 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the MCP Server installation documentation in the Fluent UI Blazor demo docs to better address installing/updating prerelease builds and pinning a specific prerelease version, and adds a NuGet.org reference link for version discovery.
Changes:
- Adds
--prereleaseto the global tool install and update commands forMicrosoft.FluentUI.AspNetCore.McpServer. - Updates the “Specifying a Version” examples to demonstrate pinning a prerelease RC version for
dnxusage and config. - Adds a “NuGet Package” section linking to the official NuGet.org package page.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Mcp/Installation.md
Show resolved
Hide resolved
examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Mcp/Installation.md
Show resolved
Hide resolved
examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Mcp/Installation.md
Show resolved
Hide resolved
examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Mcp/Installation.md
Show resolved
Hide resolved
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.
Pull Request
📖 Description
This pull request updates the MCP server installation documentation to clarify usage of prerelease versions and to provide more explicit guidance on specifying versions. It also adds a reference to the official NuGet page for further information. These changes help users install the correct versions, especially prerelease builds, and find more details about the package.
Documentation updates for prerelease and versioning:
--prereleaseflag, ensuring users can install and update to prerelease versions ofMicrosoft.FluentUI.AspNetCore.McpServer. [1] [2]Additional resources:
Microsoft.FluentUI.AspNetCore.McpServer, providing users with a resource to browse all available versions and installation methods.✅ Checklist
General
Component-specific