Skip to content

0.1.0

Choose a tag to compare

@backslash-f backslash-f released this 30 Mar 15:47
· 15 commits to main since this release
db83c61

Summary

Initial release of xcode-cloud-mcp as a minimal MCP server for Xcode Cloud.

Included in 0.1.0

  • Added a Node.js and TypeScript stdio MCP server published as @thatfactory/xcode-cloud-mcp.
  • Added App Store Connect authentication with support for both APPSTORE_CONNECT_API_* variables and APP_STORE_* aliases.
  • Added discovery tools for products and workflows.
  • Added workflow-scoped build lookup via buildRunId, workflowId + buildNumber, or workflowId + buildSelector.
  • Added build issue retrieval and text-like log summarization for plain, gzip, and zip log artifacts.
  • Added test summary and UI test artifact metadata retrieval.
  • Added unit tests, a stdio smoke test, and GitHub Actions for CI and nightly runs on the self-hosted macOS runner.
  • Added a full README with Claude and Codex setup instructions, badges, and example prompts.

Validation

  • npm test
  • npm run build