diff --git a/src/Tools/McpServer/.mcp/server.json b/src/Tools/McpServer/.mcp/server.json index cf62222ff4..3ecec4291d 100644 --- a/src/Tools/McpServer/.mcp/server.json +++ b/src/Tools/McpServer/.mcp/server.json @@ -14,7 +14,7 @@ "registryType": "nuget", "registryBaseUrl": "https://api.nuget.org", "identifier": "Microsoft.FluentUI.AspNetCore.McpServer", - "version": "5.0.0-preview.1", + "version": "0.0.1", "runtimeHint": "dnx", "transport": { "type": "stdio" @@ -26,5 +26,5 @@ "source": "github" }, "title": "Fluent UI Blazor MCP Server", - "version": "5.0.0-preview.1" + "version": "0.0.1" } diff --git a/src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj b/src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj index 04520f2f14..81f00daa18 100644 --- a/src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj +++ b/src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj @@ -72,7 +72,8 @@ - + + @@ -149,4 +150,33 @@ + + + + $(MSBuildThisFileDirectory).mcp\server.json + $(IntermediateOutputPath).mcp\server.json + + + + + + + + + + + + + $([System.Text.RegularExpressions.Regex]::Replace('%(Identity)', '"version":\s*"[^"]*"', '"version": "$(Version)"')) + + + + + + + +