* fix(io): apply gofmt formatting to local/client.go
Remove extra blank line before closing parenthesis in import block.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(mcp): add default address and warning for TCP transport
NewTCPTransport now properly handles edge cases:
- Sets default address to 127.0.0.1:9100 when empty string is passed
- Prints security warning to stderr when binding to 0.0.0.0 (all interfaces)
This fixes TestNewTCPTransport_Defaults and TestNewTCPTransport_Warning
tests that were causing CI failures in PRs #298 and #313.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude <developers@lethean.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>