Expand description
ObjectiveAI MCP server library.
Other crates can use objectiveai_mcp::{ConfigBuilder, run} and
spawn the server in-process; the binary at main.rs is a thin wrapper
that reads Config from the environment and calls run.
Modules§
- agent_
args_ registry - Per-rmcp-session in-memory map of
SessionState. Populated by [crate::header_session_manager::HeaderSessionManager] on everyinitialize(fresh, no-session-id POST, or lazy-rehydration of a reconnect with an id we haven’t seen this process lifetime), consumed by every tool handler before dispatching to the executor. - objectiveai