From 987317c42ececed2e4d77f9dc58ec496de8bc1d0 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Apr 2026 11:04:08 -0400 Subject: [PATCH] Bump ModelContextProtocol to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves Dashboard and Lite from the 0.7.0-preview.1 SDK to the stable 1.2.0 release. The C# SDK landed 1.0 between these two points and the codebase happens to use only the stable subset of the surface (attributes, AddMcpServer/WithHttpTransport/WithTools/MapMcp, DI-bound tool methods) — none of the breaking changes (filter API rename, RequestContext ctor, RunSessionHandler, binary-content types, McpServerHandlers, legacy SSE) touch this repo. 154 [McpServerTool] sites and 39 [McpServerToolType] sites compile unchanged. Zero source code changes — packaging only. Verified: - Dashboard and Lite build clean (0 errors) - Lite launches; the in-process MCP server starts on :5151 - A POST initialize against the new Streamable HTTP transport returns the full server capabilities and tool descriptions Co-Authored-By: Claude Opus 4.7 (1M context) --- Dashboard/Dashboard.csproj | 4 ++-- Lite/PerformanceMonitorLite.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index 2d08cfa..32a0716 100644 --- a/Dashboard/Dashboard.csproj +++ b/Dashboard/Dashboard.csproj @@ -40,8 +40,8 @@ - - + + diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index d8fe59b..c38cb02 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -63,8 +63,8 @@ - - + +