@christianselig@mastodon.social
Post #2867489
2026-03-25 17:46 UTC
Okay figured it out, if you have *project* level config.toml, the following works fine for the codex-cli but not codex-mac:
[mcp_servers.XcodeBuildMCP]
command = "xcodebuildmcp"
args = ["mcp"]
Adding the environment specifically seems to fix the Mac app, and I just moved it to global codex config:
env = { XCODEBUILDMCP_ENABLED_WORKFLOWS = "simulator,ui-automation" }
Replies (0)
No replies.