rust-sdk/examples/rig-integration
Julián Montes de Oca 7f20a87825
feat: include reqwest in transport-streamble-http-client feature (#376)
* fix: add reqwest dependency to transport-streamable-http-client feature

- Fix compilation error when using transport-streamable-http-client feature due to missing dependency
- Move From<reqwest::Error> implementation to reqwest module

* feat(rmcp): enhance transport features by decoupling reqwest

- Added reqwest features for reqwest-based implementations.
- Updated documentation
- Modified error handling in SSE transport to use `String` for content type.
- Updated examples to include new features

* feat(rmcp): enhance transport features by decoupling reqwest

- Added reqwest features for reqwest-based implementations
- Updated documentation
- Modified error handling in SSE transport to use `String`
- Updated examples to include new features
2025-08-20 11:43:18 +08:00
..
src feat(examples): add streamable HTTP section in configs (#296) 2025-07-03 11:07:28 +08:00
Cargo.toml feat: include reqwest in transport-streamble-http-client feature (#376) 2025-08-20 11:43:18 +08:00
config.toml Move whole rmcp crate to offcial rust sdk (#44) 2025-03-27 17:33:41 -04:00