mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03: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.