cc @rudrank
@AshtonDev @rudrank is an xcode mcp providing benefit over xcodebuild and related tools for you? Or still at the testing phase?
I am finding myself running without Xcode until I need to test and make changes. But I work across a couple projects so it might be of a different workflow
@AshtonDev @rudrank ah yeah, that sounds neat. I wonder if that’s more some incremental build limitations of xcodebuild though.
Makes me want to build a Tuist skill 😂
Using an Xcode MCP would be a little limiting for me I think since I’m trying to do some parallel stuff. E.g. it can churn away on a separate git work tree while I’m doing something else
@adamc @AshtonDev @rudrank my workflow has mostly been to spin off a subagent for builds using xcodebuild CLI (I have a line in my global AGENTS.md about it) — mainly to avoid context bloat.
If I'm worried about token use, I ask it to pipe the output of xcodebuild/swift through xcsift to simplify the output down to just the results.
@ryanbooker @adamc @AshtonDev @rudrank this is Rust Token Killer? https://www.rtk-ai.app
I've installed it, but haven't used it much yet.