diff options
| author | main <main@swarm.moe> | 2026-03-19 10:17:07 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 10:17:07 -0400 |
| commit | 08a1139eaa7a4862ab8c0e5fb5fc6845fc711208 (patch) | |
| tree | ded498d30e1d84c17b3e6dbf80594b5b62faa804 /CHANGELOG.md | |
| download | libmcp-08a1139eaa7a4862ab8c0e5fb5fc6845fc711208.zip | |
Initial libmcp 1.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e0ed4f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 1.0.0 + +Initial stable release. + +This release establishes `libmcp` as the reusable operational spine for +hardened MCP servers and the canonical owner of `$mcp-bootstrap`. + +Included in `1.0.0`: + +- replay contract vocabulary +- typed fault model +- JSON-RPC request/frame helpers +- base health and telemetry payloads +- append-only JSONL telemetry support +- model-facing render and normalization helpers +- versioned `$mcp-bootstrap` skill collateral +- proof by integration into `adequate_rust_mcp` + +Explicitly excluded from `1.0.0`: + +- `fidget_spinner` +- forced runtime adapter crates +- backend-specific warm-up or routing policy beyond what the first consumer + still keeps locally |