You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Add badges, license link, and Http package to README
Rewrites README to match house style: NuGet badges per package,
MIT license badge linked to LICENSE, table layout, and includes
the new Qyl.Agents.Http package. Also picks up the slnx update
that added Qyl.Agents.Http to the solution.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@@ -31,17 +47,14 @@ public partial class CalcServer
31
47
}
32
48
```
33
49
34
-
The generator produces the MCP-facing dispatch and metadata at build time. The runtime package provides the protocol host and handler used to serve generated MCP servers.
35
-
36
-
For repository management, initialize a project with:
50
+
The generator produces MCP dispatch and metadata at build time. The runtime package hosts the server over stdio; add `Qyl.Agents.Http` to serve over HTTP instead.
0 commit comments