qyl 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global qyl --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local qyl --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=qyl&version=1.0.0
                    
nuke :add-package qyl --version 1.0.0
                    

qyl is one schema-owned modular platform: one dependency graph, one verification pipeline, and multiple independently shipped artifacts — MCP, CLI, instrumentation, conventions, collector, Workbench, and Runner each keep one clear responsibility without owning duplicate contracts. Qyl.Telemetry.SemanticConventions defines the vocabulary qyl emits, Qyl.Telemetry provides its telemetry primitives and explicit instrumentation API, Qyl.Telemetry.AutoInstrumentation implements automatic capture, and Qyl.Telemetry.Hosting composes the complete producer pipeline inside an application up to the OTLP exporter. Qyl.Collector begins where that exporter ends: it is a standalone service that receives telemetry, validates it against the shared registry, stores it, and exposes it through the collector API. qyl/packages/Qyl.Cli is a client of that API — not the API itself — and brings up the local stack, including the collector on :5100, diagnostics on :5200, and OTLP ingestion on :4318, with Qyl.Run.Workload as the Runner supervising those local processes. qyl.dashboard presents product telemetry over HTTP. On top of the stored telemetry, the qyl.mcp server projection is a closed-world MCP server that exposes the known qyl model as MCP tools and runs as the qyl-mcp Node service on Railway at mcp.qyl.at; its tool shapes are generated from the qyl-api-schema contract while tool curation is authored — never a second contract source, with a fail-closed contract-revision handshake against the collector. Separately, the qyl.mcp client runtime is an open-world MCP client that connects to, inspects, and tests arbitrary external MCP servers through a local loopback process on :18888 — deliberately outside both loops. The qyl.mcp dashboard is the browser-based workbench UI: a Vite bundle and MCP App served by the server, through which developers discover capabilities, invoke tools, and inspect runtime behavior. One graph, one truth, many artifacts. Normative source: ARCHITECTURE-1.0.0.md — on conflict, the MD wins.

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.

This package has no dependencies.

Version Downloads Last Updated
7.1.0 84 9/17/2026
7.0.0 77 9/17/2026
6.0.0 133 9/12/2026
5.1.0 134 9/11/2026
5.0.2 145 9/11/2026
5.0.1 194 9/11/2026
5.0.0 130 9/7/2026
4.0.0 119 9/7/2026
3.0.0 130 9/3/2026
2.0.0 125 9/2/2026
1.1.8 206 8/1/2026
1.1.7 192 8/1/2026
1.1.5 182 7/31/2026
1.1.3 179 7/28/2026
1.1.2 167 7/28/2026
1.1.1 176 7/28/2026
1.1.0 181 7/28/2026
1.0.0 175 7/28/2026
0.1.0-beta.15 134 7/26/2026
0.1.0-beta.14 140 7/26/2026
Loading failed