| Crates.io | kuri_mcp_protocol |
| lib.rs | kuri_mcp_protocol |
| version | 0.2.0 |
| created_at | 2025-04-17 15:15:56.65393+00 |
| updated_at | 2025-05-12 09:00:20.958893+00 |
| description | Core types for the MCP protocol |
| homepage | https://github.com/itsaphel/kuri |
| repository | https://github.com/itsaphel/kuri |
| max_upload_size | |
| id | 1637989 |
| size | 71,309 |
This crate contains types for the MCP protocol, and handlers to enable serde serialisation/deserialisation from these types.
This crate is intended to be independent of kuri's implementation and usage of these types, so you
may use kuri_mcp_protocol by itself in your project, if you only want the types and not the kuri
server framework.