objectiveai-sdk 2.1.0

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
//! 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::*;
mod payload;
pub use payload::*;