Skip to content

Commit a070226

Browse files
committed
chore(deps): update ModelContextProtocol to 0.8.0-preview.1
Update both ModelContextProtocol and ModelContextProtocol.AspNetCore from 0.2.0-preview.2 to 0.8.0-preview.1, the latest available version. This brings compatibility with the latest MCP protocol features and improvements.
1 parent 233975f commit a070226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CodingWithCalvin.MCPServer.Server/CodingWithCalvin.MCPServer.Server.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="ModelContextProtocol" Version="0.2.0-preview.2" />
17+
<PackageReference Include="ModelContextProtocol" Version="0.8.0-preview.1" />
1818
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
19-
<PackageReference Include="ModelContextProtocol.AspNetCore" Version="0.2.0-preview.2" />
19+
<PackageReference Include="ModelContextProtocol.AspNetCore" Version="0.8.0-preview.1" />
2020
<PackageReference Include="StreamJsonRpc" Version="2.20.20" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)