core-agent-ide/codex-rs/rmcp-client/src
Eric Traut cee009d117
Add oauth_resource handling for MCP login flows (#12866)
Addresses bug https://github.com/openai/codex/issues/12589

Builds on community PR #12763.

This adds `oauth_resource` support for MCP `streamable_http` servers and
wires it through the relevant config and login paths. It fixes the bug
where the configured OAuth resource was not reliably included in the
authorization request, causing MCP login to omit the expected
`resource` parameter.
2026-02-26 20:10:12 -08:00
..
bin Upgrade rmcp to 0.14 (#10718) 2026-02-08 15:07:53 -08:00
auth_status.rs rmcp-client: fix auth crash (#11692) 2026-02-13 14:32:01 -08:00
lib.rs Validate CODEX_HOME before resolving (#10249) 2026-01-30 15:46:33 -08:00
logging_client_handler.rs Upgrade rmcp to 0.14 (#10718) 2026-02-08 15:07:53 -08:00
oauth.rs Validate CODEX_HOME before resolving (#10249) 2026-01-30 15:46:33 -08:00
perform_oauth_login.rs Add oauth_resource handling for MCP login flows (#12866) 2026-02-26 20:10:12 -08:00
program_resolver.rs fix: resolve Windows MCP server execution for script-based tools (#3828) 2025-11-16 13:41:10 -08:00
rmcp_client.rs rmcp-client: fix auth crash (#11692) 2026-02-13 14:32:01 -08:00
utils.rs feat: replace custom mcp-types crate with equivalents from rmcp (#10349) 2026-02-02 17:41:55 -08:00