yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
7
8
9
//! Provider and MCP authentication flows.
//!
//! Token minting, storage, and the interactive OAuth login handshakes shared
//! by the Codex provider and remote MCP servers.

pub mod codex;
pub mod mcp_oauth;
pub mod mcp_oauth_login;
pub mod oauth_flow;