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
docs: fix stale example counts and 0.3-era status text
- EXAMPLES.md: archived count 30 → 29 (the 30th ls entry is
archived/README.md, not an example); ALL 50 → 53 heading; category
counts (feature-specific 11, type showcases 1); drop the empty
performance-testing section heading; replace the 0.3-era KEY
ACHIEVEMENTS block and stale verification blockquote with current
lane framing
- README.md: drop the stale '43 build on the 2026-07-28 default' exact
count (×2) — reworded to lane framing with a pointer to EXAMPLES.md
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ A comprehensive Rust framework for building Model Context Protocol (MCP) servers
24
24
## ✨ Key Highlights
25
25
26
26
-**🏗️ 15 Framework Crates**: Complete MCP ecosystem with core framework, client library, task storage, and serverless support
27
-
-**📚 Comprehensive Examples**: Real-world business applications and framework demonstrations (43 build on the 2026-07-28 default; a small 2025-11-25 regression set is pinned to the opt-in)
27
+
-**📚 Comprehensive Examples**: Real-world business applications and framework demonstrations (most build on the 2026-07-28 default lane; a 2025-11-25 regression set is pinned to the opt-in, and client-using examples are built by explicit CI steps — see EXAMPLES.md)
28
28
-**🧪 Framework-Native Test Suite**: Core framework tests, SessionContext integration tests, and framework-native integration tests
29
29
-**⚡ Multiple Development Patterns**: Derive macros, function attributes, declarative macros, and manual implementation
30
30
-**🌐 Transport Flexibility**: Streamable HTTP via StreamableHttpHandler with SSE streaming (stdio planned)
@@ -1238,7 +1238,7 @@ This project is licensed under the MIT OR Apache-2.0 License - see the LICENSE f
1238
1238
1239
1239
### 🎯 Current Framework State
1240
1240
-**MCP 2026-07-28 adoption (this branch)**: default build targets the 2026-07-28 stateless core; 2025-11-25 remains fully supported as the opt-in stateful line
1241
-
-**Examples Validated**: 43 examples build on the 2026-07-28 default; a small 2025-11-25 regression set is pinned to the opt-in
1241
+
-**Examples Validated**: 53 active examples compile under their lane's CI gates (2026-07-28 default lane plus the pinned 2025-11-25 regression set — see EXAMPLES.md)
1242
1242
-**SSE Streaming Verified**: Real-time notifications and session-aware logging working correctly
1243
1243
-**Beta Status**: Active development with API stability considerations before 1.0.0
0 commit comments