turbomcp-protocol 4.0.0-alpha.1

TurboMCP v4 protocol: version-neutral handler types + per-version generated wire modules. no_std-portable.
Documentation
1
2
3
4
5
6
7
8
//! MCP `2025-11-25` — stateful protocol model.
//!
//! Wire string `"2025-11-25"`. Stateful: `initialize` handshake, `ping`,
//! `resources/subscribe`/`unsubscribe`, and **core Tasks**
//! (`tasks/get|list|cancel|result` + `notifications/tasks/status`). The
//! [`types`] module is `@generated` by `turbomcp-codegen` — do not edit.

pub mod types;