|
2 | 2 |
|
3 | 3 | Contributions are welcome! Here's how you can help improve XcodeBuildMCP. |
4 | 4 |
|
| 5 | +- [Local development setup](#local-development-setup) |
| 6 | + - [Prerequisites](#prerequisites) |
| 7 | + - [Optional: Enabling UI Automation](#optional-enabling-ui-automation) |
| 8 | + - [Installation](#installation) |
| 9 | + - [Configure your MCP client](#configure-your-mcp-client) |
| 10 | + - [Developing using VS Code](#developing-using-vs-code) |
| 11 | + - [Debugging](#debugging) |
| 12 | + - [MCP Inspector (Basic Debugging)](#mcp-inspector-basic-debugging) |
| 13 | + - [Reloaderoo (Advanced Debugging) - **RECOMMENDED**](#reloaderoo-advanced-debugging---recommended) |
| 14 | + - [1. Proxy Mode (Hot-Reloading)](#1-proxy-mode-hot-reloading) |
| 15 | + - [2. Inspection Mode (Raw MCP Debugging)](#2-inspection-mode-raw-mcp-debugging) |
| 16 | + - [Workflow Selection Testing](#workflow-selection-testing) |
| 17 | + - [Using XcodeBuildMCP doctor tool](#using-xcodebuildmcp-doctor-tool) |
| 18 | + - [Development Workflow with Reloaderoo](#development-workflow-with-reloaderoo) |
| 19 | +- [Architecture and Code Standards](#architecture-and-code-standards) |
| 20 | + - [Code Quality Requirements](#code-quality-requirements) |
| 21 | + - [Testing Standards](#testing-standards) |
| 22 | + - [Pre-Commit Checklist](#pre-commit-checklist) |
| 23 | +- [Making changes](#making-changes) |
| 24 | +- [Plugin Development](#plugin-development) |
| 25 | + - [Quick Plugin Development Checklist](#quick-plugin-development-checklist) |
| 26 | + - [Working with Project Templates](#working-with-project-templates) |
| 27 | + - [Template Repositories](#template-repositories) |
| 28 | + - [Local Template Development](#local-template-development) |
| 29 | + - [Template Versioning](#template-versioning) |
| 30 | + - [Testing Template Changes](#testing-template-changes) |
| 31 | +- [Testing](#testing) |
| 32 | +- [Submitting](#submitting) |
| 33 | +- [Code of Conduct](#code-of-conduct) |
| 34 | + |
5 | 35 | ## Local development setup |
6 | 36 |
|
7 | 37 | ### Prerequisites |
|
0 commit comments