3d4baefac2
On Windows systems, `localhost` resolves to IPv6 (::1) while the worker binds to IPv4 (127.0.0.1), causing MCP tool connections to fail. This change uses the existing getWorkerHost() function which correctly returns the configured host address (defaulting to 127.0.0.1). Fixes connection failures on Windows where localhost prefers IPv6. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>