No description
Find a file
4t145 c0bd94dd85
Add an axum sse example (#12)
* add axum sse example

* fix: make the sse axum folder name correct

* feat: add common modules for Axum SSE example

This commit adds supporting modules for the Axum Server-Sent Events (SSE) example:
- Added `counter.rs` with a simple counter router implementation
- Added `jsonrpc_frame_codec.rs` for decoding JSON-RPC frames
- Created a `mod.rs` to expose these modules
- Removed the previous SSE example configuration from Cargo.toml

* move examples to root

* nit: remove extra newline here
2025-03-03 20:01:21 -08:00
.github/workflows feat: github workflows 2025-02-21 20:39:05 +00:00
crates Add an axum sse example (#12) 2025-03-03 20:01:21 -08:00
examples Add an axum sse example (#12) 2025-03-03 20:01:21 -08:00
.gitignore Initial commit 2025-02-18 10:55:26 +00:00
Cargo.toml chore: move examples out of various places into a top-level dir (#10) 2025-03-03 14:50:34 -05:00
LICENSE Initial commit 2025-02-18 10:55:26 +00:00
README.md Initial commit 2025-02-18 10:55:26 +00:00

rust-sdk

The official Rust SDK for the Model Context Protocol