XcodeBuildMCP
XcodeBuildMCP copied to clipboard
[Feature]: Investigate the collection of key project information and caching between calls
Feature Description
Should explore where we can have a single tool call that finds projects, schemes and simulators in a single tool call and then cache them for user in other calls without requiring the agent to provide explicit parameters each time.
Use Cases
- Reduces the number of tool calls to build and run an app
- This could help reduce the number of tools which can impact LLM context quality or ability to pick the right tool
- Speed up the build and run process.
Example Interactions
No response