Commit Graph

2 Commits

Author SHA1 Message Date
dexhorthy
ab81cc7095 Improve daemon socket handling and development workflow
- Add development workflow aliases (make daemon, make wui)
- Document MCP server daemon socket inheritance behavior
- Add clean-wui-release target to fix check-wui reliability
- Update tests to pass socket path to NewManager
- Ensure MCP servers launched by Claude Code sessions connect to the correct daemon instance
2025-07-17 21:25:17 -07:00
dexhorthy
e136b875e7 Fix MCP server socket path for parallel dev environments
Pass HUMANLAYER_DAEMON_SOCKET environment variable to MCP servers launched
by the daemon. This ensures MCP servers connect back to the correct daemon
instance (dev vs nightly) instead of always using the default socket path.

- Update session Manager to accept and store socket path
- Add HUMANLAYER_DAEMON_SOCKET to MCP server environment variables
- Update MCP server to read socket path from environment
- Update all tests to pass socket path parameter
2025-07-17 20:35:18 -07:00