swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 11:19:42 -0400
committermain <main@swarm.moe>2026-03-19 11:19:42 -0400
commit478b0bc47fade5864f4f397de7ea519beddab749 (patch)
treefa3a555f8980afa0f3eb2bdeca6f3bc76eac8061 /README.md
parent08a1139eaa7a4862ab8c0e5fb5fc6845fc711208 (diff)
downloadlibmcp-478b0bc47fade5864f4f397de7ea519beddab749.zip
Release libmcp 1.1.0v1.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0a857e9..308b600 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ servers. It owns:
- typed replay and fault contracts
- JSON-RPC frame and request identity helpers
+- durable host-session kernel and snapshot-file handoff
- model-facing rendering doctrine, especially porcelain-by-default output
- normalization utilities for model input friction
- standard health and telemetry payloads
@@ -19,11 +20,12 @@ version tracks the library version and doctrine.
## Status
-`libmcp` `1.0.0` is locked against a clean integration with
-`adequate_rust_mcp`.
+`libmcp` `1.1.0` builds on the locked `1.0.0` base with a reusable
+host-session kernel, snapshot-file reexec handoff, a generic JSON-to-porcelain
+renderer, and a first `fidget_spinner` retrofit.
-`fidget_spinner` is intentionally not part of `1.0.0`; it will be revisited
-later once its transport shape is settled.
+The eventual runtime-adapter and deeper client/server lift remain future work;
+this release does not pretend that phase is complete.
## Layout