Skip to main content

Crate objectiveai_mcp_proxy

Crate objectiveai_mcp_proxy 

Source
Expand description

ObjectiveAI MCP proxy library.

Other crates can use objectiveai_mcp_proxy::{ConfigBuilder, run} and spawn the proxy in-process; the binary at main.rs is a thin wrapper that reads Config from the environment and calls run.

Structs§

AppState
Shared state every axum handler reaches via State<AppState>.
Config
ConfigBuilder

Functions§

parse_key_env
Parse an MCP_ENCRYPTION_KEY env-var value: a single base64-encoded 32-byte key. Empty string → None. Malformed → Err.
run
serve
setup