core-agent-ide/codex-rs/mcp-server/src
Michael Bolin 65f3528cad
feat: add UserInfo request to JSON-RPC server (#3428)
This adds a simple endpoint that provides the email address encoded in
`$CODEX_HOME/auth.json`.

As noted, for now, we do not hit the server to verify this is the user's
true email address.
2025-09-10 17:03:35 -07:00
..
tool_handlers remove mcp-server/src/mcp_protocol.rs and the code that depends on it (#2360) 2025-08-18 00:29:18 -07:00
codex_message_processor.rs feat: add UserInfo request to JSON-RPC server (#3428) 2025-09-10 17:03:35 -07:00
codex_tool_config.rs Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
codex_tool_runner.rs Generate more typescript types and return conversation id with ConversationSummary (#3219) 2025-09-08 17:54:47 -04:00
error_code.rs fix: update OutgoingMessageSender::send_response() to take Serialize (#2263) 2025-08-13 14:29:13 -07:00
exec_approval.rs chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00
json_to_toml.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
lib.rs fix: remove unnecessary flush() calls (#2873) 2025-08-28 22:41:10 -07:00
main.rs Added new auth-related methods and events to mcp server (#2496) 2025-08-20 20:36:34 -07:00
message_processor.rs fix: ensure output of codex-rs/mcp-types/generate_mcp_types.py matches codex-rs/mcp-types/src/lib.rs (#3439) 2025-09-10 16:14:41 -07:00
outgoing_message.rs fix: include rollout_path in NewConversationResponse (#3352) 2025-09-09 00:11:48 -07:00
patch_approval.rs chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00