KY.AI.Serve 1.10.0

Prefix Reserved
dotnet add package KY.AI.Serve --version 1.10.0
                    
NuGet\Install-Package KY.AI.Serve -Version 1.10.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KY.AI.Serve" Version="1.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KY.AI.Serve" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="KY.AI.Serve" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KY.AI.Serve --version 1.10.0
                    
#r "nuget: KY.AI.Serve, 1.10.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package KY.AI.Serve@1.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KY.AI.Serve&version=1.10.0
                    
Install as a Cake Addin
#tool nuget:?package=KY.AI.Serve&version=1.10.0
                    
Install as a Cake Tool

KY.AI.Serve

The shared engine behind the KY.AI dev-loop tools — the hub, supervisor, rolling log, build tracker and MCP tool surface that ky-ai-ng, ky-ai-dotnet, ky-ai-browser and ky-ai-terminal build on.

Most users want one of those tools, not this library directly — install them with dotnet tool install --global KY.AI.Ng / KY.AI.Net (plus the optional KY.AI.Browser console add-on). This package exists so a new framework seam can reuse the same hub/supervisor machinery:

  • HubHost / Hub / HubTools — the control plane: one MCP server plus a registry of supervisors, addressed by name (incl. the shutdown tool).
  • SupervisorHost / DevServer — runs a framework CLI, tees output, tracks build state, and auto-registers with the hub.
  • RollingLog · BuildTracker · JobObject · Ansi — the build-aware log buffer (each line tagged with its build seq + classification, so it serves the raw view, a noise-free summary, and since-seq / grep filters), the build-verdict logic (errors and warnings, structured diagnostics, and change→build correlation), Windows Job Object process reaping, and ANSI stripping.
  • HtmlInjector — the reversible index.html inject/uninject mechanism (POST /inject, ky-ai-ng-inject markers, self-heal) that ky-ai-browser drives through the supervisor.
  • InitCommand / ShutdownCommand / UpdateCommand — the shared CLI commands each exe dispatches: <tool> init wires the tool into a Claude Code workspace (merges its MCP server into the nearest .mcp.json and its command allow-list + enabledMcpjsonServers into .claude/settings.local.json), <tool> shutdown tears down the hub and its supervisors, and <tool> update stops running instances and runs the right package-manager update.

A framework tool supplies a BuildMatcher (mapping CLI output to build start/settle/error/warning, and optionally parsing diagnostic lines into structured {severity, file, line, col, message}) and its supervisor/hub configuration; the rest is shared here.

Loopback-only — nothing is exposed off the machine. See the project README for the full picture.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.10.0 92 7/17/2026
1.9.0 97 7/7/2026
1.8.0 94 7/3/2026
1.7.0 100 6/29/2026
1.6.0 100 6/27/2026
1.5.0 107 6/27/2026
1.4.0 103 6/25/2026
1.3.1 98 6/25/2026
1.3.0 103 6/25/2026
1.2.0 104 6/24/2026
1.1.1 102 6/24/2026
1.1.0 104 6/24/2026
1.0.0 102 6/23/2026