Skip to main content
Glama

swift_package_stop

Stop a running Swift Package executable by specifying its Process ID (PID) using this tool to manage processes on the sl-test MCP server.

Instructions

Stops a running Swift Package executable started with swift_package_run

Input Schema

NameRequiredDescriptionDefault
pidYesProcess ID (PID) of the running executable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pid": { "description": "Process ID (PID) of the running executable", "type": "number" } }, "required": [ "pid" ], "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/SampsonKY/XcodeBuildMCP'

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