feat: implement gRPC AgentService, Program.cs with Kestrel HTTP/2 config

This commit is contained in:
Claude Agent
2026-03-19 11:35:04 +01:00
parent fe32c9cd88
commit 5c03c18ac7
7 changed files with 317 additions and 6 deletions

View File

@@ -17,6 +17,9 @@
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.2.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.5.0" />
</ItemGroup>
</Project>