-
2.1.0 Stable
released this
2026-04-24 10:36:28 +00:00 | 0 commits to main since this releaseSolo Alfred Workflow v2.1.0
What's New
- Improved project name search — Project names are now split on delimiters (/, -, _, .) so each word is independently searchable in Alfred. For example, searching "solo" will now match a project named "solo-alfred-workflow".
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
Solo.alfredworkflow
4 downloads ·
2026-04-24 10:36:24 +00:00 · 612 KiB
-
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
-
1.0.0 Stable
released this
2026-03-18 11:31:19 +00:00 | 3 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Solo.alfredworkflow
1 download ·
2026-03-18 11:32:49 +00:00 · 639 KiB
-
Source code (ZIP)