mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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.