Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

test_spm_module

Validate Swift Package Manager modules by specifying the package path, target platform, test filters, and OS version. Ensures compatibility and functionality across Apple platforms.

Instructions

Test a Swift Package Manager module

Input Schema

NameRequiredDescriptionDefault
osVersionNoOS version for testing (e.g., 17.2)
packagePathYesPath to the Swift package
platformNoTarget platform (iOS, macOS, tvOS, watchOS)macOS
testFilterNoFilter for specific tests (optional)

Input Schema (JSON Schema)

{ "properties": { "osVersion": { "description": "OS version for testing (e.g., 17.2)", "type": "string" }, "packagePath": { "description": "Path to the Swift package", "type": "string" }, "platform": { "default": "macOS", "description": "Target platform (iOS, macOS, tvOS, watchOS)", "enum": [ "iOS", "macOS", "tvOS", "watchOS" ], "type": "string" }, "testFilter": { "description": "Filter for specific tests (optional)", "type": "string" } }, "required": [ "packagePath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server