launch_mac_app
Launch macOS applications directly by specifying the app's full path using the appPath parameter. Supports additional arguments for custom configurations on the sl-test MCP server.
Instructions
Launches a macOS application. IMPORTANT: You MUST provide the appPath parameter. Example: launch_mac_app({ appPath: '/path/to/your/app.app' }) Note: In some environments, this tool may be prefixed as mcp0_launch_macos_app.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appPath | Yes | Path to the macOS .app bundle to launch (full path to the .app directory) | |
args | No | Additional arguments to pass to the app |