Xcode MCP Server

MIT License
43
  • Apple

swift-package-manager

Manage Swift packages in Xcode by executing commands like init, update, resolve, reset, and clean. Specify package directory and additional arguments for streamlined package handling in iOS projects.

Input Schema

NameRequiredDescriptionDefault
commandYesSPM 명령어 (init, update, resolve, reset, clean)
extraArgsNo추가 SPM 인자들
packageDirYesSwift Package 디렉토리 경로

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "SPM 명령어 (init, update, resolve, reset, clean)", "enum": [ "init", "update", "resolve", "reset", "clean" ], "type": "string" }, "extraArgs": { "description": "추가 SPM 인자들", "items": { "type": "string" }, "type": "array" }, "packageDir": { "description": "Swift Package 디렉토리 경로", "type": "string" } }, "required": [ "command", "packageDir" ], "type": "object" }

You must be authenticated.

Other Tools from Xcode MCP Server

Related Tools

ID: vexusxj8l9