xcodebuildmcplisted
Install: claude install-skill w-winter/dot314
# xcodebuildmcp
This skill wraps an MCP server behind a local CLI so pi agent can use it without MCP support.
## Setup
Run once:
```bash
cd {baseDir}
npm install
```
## Usage
Use `--output json` for agent workflows.
```bash
{baseDir}/xcodebuildmcp.sh --help
{baseDir}/xcodebuildmcp.sh --output json <command> [flags]
```
### Regenerating the CLI
If the MCP server adds/removes tools, regenerate the CLI from its embedded metadata:
```bash
cd {baseDir}
npx mcporter generate-cli --from ./xcodebuildmcp.ts
```