objectiveai-sdk 2.0.11

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
//! HTTP responses the calling client's `McpHandler` produces in
//! reply to a [`super::server_request::Request`]. The API translates
//! the response into a plain HTTP response sent back to the proxy
//! that originally hit `/objectiveai-mcp/{session_id}`.

mod response;
pub use response::*;