Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by acyment • Uncategorized
An MCP server exposing a swift-test tool to run swift test commands in Swift package directories.
Run swift test commands on Swift packages without full shell access.
Integrate Swift package testing into MCP workflows over stdio.
A lightweight MCP server to execute Swift tests programmatically.
This MCP server provides a tool named swift-test that allows clients to run swift test commands on Swift packages via stdio. It validates the package directory and streams combined output and metadata back to the client, enabling integration with editors or agents without granting full shell access. The server is built with Bun and supports embedding in MCP-aware clients or running as a CLI. It facilitates automated testing workflows in Swift development environments.