configuration format, just add the the following to your client's JSON configuration's mcpServers object: { "mcpServers" : { "XcodeBuildMCP" : { "command" : " node " , "args" : [ " /path_to/XcodeBuildMCP/build/cli.js...
Traction
No public download signal
umbs XcodeBuildMCP / docs / dev / CONTRIBUTING.md Top File metadata and controls Preview Code Blame 418 lines (315 loc) · 14.7 KB Raw Copy raw file Download raw file Outline Edit and raw actions Contributing Contribut...
Traction
No public download signal
Inspection Mode (Raw MCP Debugging) Exposes debug tools for making raw MCP protocol calls and inspecting server responses: # Start reloaderoo in inspection mode reloaderoo inspect mcp -- node build/cli.js mcp Availabl...
Traction
No public download signal
dMCP " , " -- " , " node " , " /path/to/XcodeBuildMCP/build/cli.js " , " mcp " ], "env" : { "XCODEBUILDMCP_DEBUG" : " true " } } Workflow Selection Testing Test full vs. selective workflow registration during developm...
Traction
No public download signal
y Changes : New functionality immediately available without reconnecting client Architecture and Code Standards Before making changes, please familiarize yourself with: ARCHITECTURE.md - Comprehensive architectural ov...
Traction
No public download signal
AXE_LOCAL_DIR=/absolute/path/to/AXe npm run bundle:axe Rules: Local mode is enabled only when AXE_USE_LOCAL=1 . AXE_LOCAL_DIR must point to a valid AXe repository (must contain Package.swift ). If AXE_USE_LOCAL=1 and...
Traction
No public download signal
nother tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} getsentry / XcodeBuildMCP Public Uh oh! There was an er...
Traction
No public download signal
Guidelines (TESTING.md) . This is the canonical source of truth for all testing practices. Key Principles (Summary): Dependency Injection for Complex Processes : MCP tool logic functions that orchestrate complex, long...
Traction
No public download signal
ses Small and medium teams Startups Nonprofits BY USE CASE App Modernization DevSecOps DevOps CI/CD View all use cases BY INDUSTRY Healthcare Financial services Manufacturing Government View all industries View all so...
Traction
No public download signal
s hot-reloading capabilities and advanced debugging features for MCP servers. Reloaderoo operates in two modes: 1. Proxy Mode (Hot-Reloading) Provides transparent hot-reloading without disconnecting your MCP client: #...
Traction
No public download signal
e a new doctor MCP tool called doctor which your agent can call to get information about the server's environment, available tools, and configuration status. Note You can also call the doctor tool directly using the f...
Traction
No public download signal
tte ( Cmd+Shift+P or Ctrl+Shift+P ), running Mcp: List Servers , selecting xcodebuildmcp-dev , and starting the server. Launch the Debugger : Press F5 to attach the Node.js debugger. Once these steps are completed, yo...
Traction
No public download signal
XcodeBuildMCP/docs/dev/CONTRIBUTING.md at main · getsentry/XcodeBuildMCP · GitHub Skip to content Navigation Menu Toggle navigation Sign in Appearance settings Platform AI CODE CREATION GitHub Copilot Write better cod...
Traction
No public download signal
s Plugin Development Quick Plugin Development Checklist Working with Project Templates Template Repositories Local Template Development Template Versioning Testing Template Changes Testing Submitting Code of Conduct L...
Traction
No public download signal
latform AVAILABLE ADD-ONS GitHub Advanced Security Enterprise-grade security features Copilot for Business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search...
Traction
No public download signal
lease read TESTING.md in its entirety before writing tests. Pre-Commit Checklist MANDATORY : Run these commands before any commit and ensure they all pass: # 1. Run linting (must pass with 0 errors) npm run lint:fix #...
Traction
No public download signal
ackage.json under templateVersion You can override the template version with XCODEBUILD_MCP_TEMPLATE_VERSION environment variable To update the default template version: Update templateVersion in package.json Run npm...
Traction
No public download signal
e development export XCODEBUILDMCP_IOS_TEMPLATE_PATH=/path/to/XcodeBuildMCP-iOS-Template # For macOS template development export XCODEBUILDMCP_MACOS_TEMPLATE_PATH=/path/to/XcodeBuildMCP-macOS-Template When using MCP c...
Traction
No public download signal
and create a new branch Follow the TypeScript best practices and existing code style Add proper parameter validation and error handling Plugin Development For comprehensive instructions on creating new tools and workf...
Traction
No public download signal
ow metadata if creating new workflow group See PLUGIN_DEVELOPMENT.md for complete details. Working with Project Templates XcodeBuildMCP uses external template repositories for the iOS and macOS project scaffolding fea...
Traction
No public download signal