core-agent-ide/codex-rs/mcp-server
pakrym-oai 5775174ec2
Never store requests (#3212)
When item ids are sent to Responses API it will load them from the
database ignoring the provided values. This adds extra latency.

Not having the mode to store requests also allows us to simplify the
code.

## Breaking change

The `disable_response_storage` configuration option is removed.
2025-09-05 10:41:47 -07:00
..
src Never store requests (#3212) 2025-09-05 10:41:47 -07:00
tests Never store requests (#3212) 2025-09-05 10:41:47 -07:00
Cargo.toml Added new auth-related methods and events to mcp server (#2496) 2025-08-20 20:36:34 -07:00