Skip to content

fix(gateway): improve macOS install/status behavior#206

Merged
everettjf merged 2 commits intomainfrom
fix/gateway-macos-status-and-permission-176
Mar 6, 2026
Merged

fix(gateway): improve macOS install/status behavior#206
everettjf merged 2 commits intomainfrom
fix/gateway-macos-status-and-permission-176

Conversation

@everettjf
Copy link
Contributor

Summary

  • macOS gateway install: improve LaunchAgents permission-denied error with a clear actionable hint
  • macOS gateway status: treat launchctl state=active as running (in addition to running/pid)
  • add tests for active-state handling and permission hint formatting
  • include src/mcp.rs formatting-only cleanup requested in-thread

Validation

  • cargo test -q test_macos_active_state_is_treated_as_running
  • cargo test -q test_format_macos_launchagents_permission_hint_contains_target_path
  • cargo clippy --all-targets -- -D warnings

Closes #176

@everettjf everettjf merged commit 8cde74b into main Mar 6, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gateway install failed on macos

1 participant