mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
We now write MCP tools from installed apps to disk cache so that they can be picked up instantly at startup. We still do a fresh fetch from remote MCP server but it's non blocking unless there's a cache miss. - [x] Store apps tool cache in disk to reduce startup time.