Xcode MCP Server
未认领No description provided.
工具(7 个)
build_project
Builds an Xcode project with specified parameters.
destination
(optional): Build destination (defaults to "platform=iOS Simulator,name=iPhone 15 Pro")
projectPath
(required): Path to the .xcodeproj or .xcworkspace
run_tests
Runs unit tests with optional filtering.
scheme
(required): Build scheme name
skipTests
(optional): Array of test identifiers to skip
testIdentifier
(optional): Specific test to run (e.g., 'MyTests/testExample')