From 12d459530be41b274ba3a11511eb70db89e5a0f6 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:39:20 +0000 Subject: [PATCH] Automated ingestion of prompt: xcode-mcp (for pi agent) --- prompts/coding/xcode_mcp_for_pi_agent_1463.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 prompts/coding/xcode_mcp_for_pi_agent_1463.md diff --git a/prompts/coding/xcode_mcp_for_pi_agent_1463.md b/prompts/coding/xcode_mcp_for_pi_agent_1463.md new file mode 100644 index 0000000..31c75e5 --- /dev/null +++ b/prompts/coding/xcode_mcp_for_pi_agent_1463.md @@ -0,0 +1,19 @@ +--- +title: "xcode-mcp (for pi agent)" +contributor: "@ilkerulusoy" +tags: #coding, #ilkerulusoy +--- + +--- +name: xcode-mcp-for-pi-agent +description: Guidelines for efficient Xcode MCP tool usage via mcporter CLI. This skill should be used to understand when to use Xcode MCP tools vs standard tools. Xcode MCP consumes many tokens - use only for build, test, simulator, preview, and SourceKit diagnostics. Never use for file read/write/grep operations. Use this skill whenever working with Xcode projects, iOS/macOS builds, SwiftUI previews, or Apple platform development. +--- + +# Xcode MCP Usage Guidelines + +Xcode MCP tools are accessed via `mcporter` CLI, which bridges MCP servers to standard command-line tools. This skill defines when to use Xcode MCP and when to prefer standard tools. + +## Setup + +Xcode MCP must be configured in `~/.mcporter/mcporter.json`: +