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
fix(examples): swap-rename the streamable clients + EXAMPLES.md staleness
Maintainer-requested rename: the plain `streamable-http-client` name now
belongs to the 2026 client (the bilingual, default-lane, spec-negotiating
one — spec-neutral name per the naming rule's neutral-token exception);
the old hand-parsed 2025 client is `streamable-http-client-2025-11-25`
(full date). All reference sites updated (workspace members, ci-gates.sh,
ci.yml, label comments in client-initialise-report + lambda-mcp-client,
EXAMPLES.md, self-references). Pair RE-VERIFIED LIVE under the new names
against minimal-server.
Codex review fixes (EXAMPLES.md):
- Header: "58 examples" → 55 active (counted from disk) + archived/ note.
- Verified line: the 2026-02-26 "phases 1-5 functionally verified
(v0.3.0, MCP 2025-11-25)" claim predates the 2026 cutover and no longer
applies as stated — now says compile-verified under each lane's CI
gates, with functional re-verification tracked in the examples review.
- "Client Examples - 5" → 7 (matches the pairs table).
- Footer status: v0.3.0/2025-compliance → 0.4.0 branch, 2026-07-28
default + 2025-11-25 opt-in, pointing at the spec-compliance driver.
- Pairing invariant tightened: streamable-http-client-2025-11-25 names
client-initialise-server as its specific peer (alternatives noted).
- Progress demo honestly labeled API-shape-only (echo emits no progress
events) in the source docs and the pairs table.
Gates: scripts/ci-gates.sh all → ALL GATES PASSED.
Copy file name to clipboardExpand all lines: EXAMPLES.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
# MCP Framework Examples
2
2
3
-
This document provides a comprehensive overview of all **58 examples** in the MCP Framework, organized by learning progression from basic concepts to advanced implementations.
3
+
This document provides a comprehensive overview of all **55 active examples** in the MCP Framework (plus `examples/archived/`), organized by learning progression from basic concepts to advanced implementations.
4
4
5
-
**✅ All examples compile and phases 1-5 functionally verified (Compile → Start → Initialize → Execute)**
@@ -247,4 +251,4 @@ cargo run --features dynamodb --example simple-dynamodb-session
247
251
248
252
---
249
253
250
-
**📋 Framework Status**: v0.3.0 — Full MCP 2025-11-25 compliance including tasks, icons, sampling tools, and URL elicitation.
254
+
**📋 Framework Status**: 0.4.0 branch (`feat/turul-mcp-protocol-2026-07-28`) — MCP 2026-07-28 stateless core by default with the 2025-11-25 stateful line as a per-manifest opt-in. Registered spec-gap status lives in `docs/plans/2026-07-28-spec-compliance.md`.
0 commit comments