Files
codex/codex-rs/codex-mcp
T
Ahmed Ibrahim 51b3cd51f6 [codex] Tighten MCP connection manager API visibility and order (#27257)
## Summary

- order `McpConnectionManager` methods by visibility, with the primary
constructor and public API first
- restrict `list_available_server_infos` to `codex-mcp`
- make `new_uninitialized` a private test-only helper

## Why

The manager exposed methods that are only used inside `codex-mcp` or its
unit tests. Tightening those methods keeps the exported API intentional,
while the new ordering makes the supported surface easier to scan.

## Validation

- `just fmt`
- `git diff --check`
- local tests not run; relying on CI
51b3cd51f6 ยท 2026-06-09 16:07:34 -07:00
History
..
2026-05-11 19:45:08 +02:00