Execute Swift package tests using swift test within the MCP server 'sl-test'. Specify package path, test product, filter, build configuration, parallel execution, code coverage, and parse-as-library flag for efficient testing.
Update Swift project dependencies via Swift Package Manager using the 'swift package update' command to ensure your project stays current with required libraries.
Execute Swift Package tests using swift test command. Specify package path, test product, filters, build configuration, parallel execution, code coverage, and @main support options.
Execute a target from a Swift Package using 'swift run' by specifying the package path, executable name, and optional arguments. Manage build configurations, timeouts, and background execution for streamlined development workflows.
An MCP server providing curated Swift and SwiftUI best practices from leading iOS developers, including patterns and real-world code examples from Swift by Sundell, SwiftLee, and other trusted sources.
Fetches GitHub PR and issue data server-side and combines it with a documentation template, providing formatted context to LLMs for automated documentation generation.