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 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.
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.
Run tests for Swift packages using specified configurations, filters, and parallel execution, with optional code coverage and @main support via XcodeBuildMCP.
Enables running Swift package tests through the swift test command in specified directories. Provides a secure way for MCP clients to execute Swift tests without requiring full shell access.
A Model Context Protocol server that automates code generation for web development, specializing in creating TypeScript API clients from Swagger/OpenAPI specs and Vue.js components for frontend development.
A universal server that enables MCP-compatible clients (like Claude Desktop, Cursor, VS Code) to access OpenAI's APIs for chat completions, image generation, embeddings, and model listing through a standardized interface.