core-agent-ide/codex-rs/rmcp-client/src
Matthew Zeng a2c829a808
[connectors] Support connectors part 1 - App server & MCP (#9667)
In order to make Codex work with connectors, we add a built-in gateway
MCP that acts as a transparent proxy between the client and the
connectors. The gateway MCP collects actions that are accessible to the
user and sends them down to the user, when a connector action is chosen
to be called, the client invokes the action through the gateway MCP as
well.

 - [x] Add the system built-in gateway MCP to list and run connectors.
 - [x] Add the app server methods and protocol
2026-01-22 16:48:43 -08:00
..
bin chore: upgrade rmcp crate from 0.10.0 to 0.12.0 (#8288) 2025-12-18 14:28:46 -08:00
auth_status.rs Work around crash in system-configuration library (#8954) 2026-01-09 08:11:34 -07:00
find_codex_home.rs [MCP] Add support for MCP Oauth credentials (#4517) 2025-10-03 13:43:12 -04:00
lib.rs [connectors] Support connectors part 1 - App server & MCP (#9667) 2026-01-22 16:48:43 -08:00
logging_client_handler.rs support MCP elicitations (#6947) 2025-11-21 14:44:53 -08:00
oauth.rs add generated jsonschema for config.toml (#8956) 2026-01-13 10:22:51 -08:00
perform_oauth_login.rs Add static mcp callback uri support (#8971) 2026-01-12 16:57:04 +00: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 [connectors] Support connectors part 1 - App server & MCP (#9667) 2026-01-22 16:48:43 -08:00
utils.rs fix(windows-path): preserve PATH order; include core env vars (#5579) 2025-10-28 21:06:39 -07:00