get_active_project
Retrieve detailed information about the currently active Xcode project to facilitate building, testing, and real-time progress monitoring through the Xcode MCP Server.
Instructions
Retrieves detailed information about the currently active Xcode project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}