-
2.0.0 Stable
released this
2026-04-24 10:21:25 +00:00 | 1 commits to main since this releaseSolo Alfred Workflow v2.0.0
Compatibility
- Requires Solo 0.6.3 or later
- Requires MCP enabled in Solo under Settings → Integrations
What's New - MCP integration — All communication with Solo now uses the MCP (Model Context Protocol) binary instead of the HTTP API. This removes the need to configure an HTTP API port.
- Deep linking — Navigation to projects and processes uses solo:// deep links instead of AppleScript command bar automation. This is faster and more reliable.
- Simplified configuration — The HTTP_API_PORT workflow variable has been removed. The only configuration option is now KEYWORD.
Breaking Changes - The HTTP API is no longer used. Users upgrading from v1.x must enable MCP in Solo → Settings → Integrations.
- The HTTP_API_PORT configuration variable has been removed.
Technical Changes
- Added solo_mcp.py — shared helper that calls Solo's MCP binary via JSON-RPC over stdin/stdout
- Replaced curl HTTP calls with MCP tool calls (list_projects, list_processes, start_process, stop_process, etc.)
- Replaced AppleScript command bar automation in open_in_solo.sh with deep links and direct MCP calls
- Added .gitignore
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Solo.alfredworkflow
2 downloads ·
2026-04-24 10:20:08 +00:00 · 612 KiB