You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --host CLI option to bind server to a specific hostname (#76)
Adds --host CLI argument and MCP_SERVER_HOST env var to control
which network interface the HTTP server binds to. Defaults to
0.0.0.0 (all interfaces) for remote access support.
- BaseMcpServer.startHttpServer now accepts host parameter
- CLI: --host option with MCP_SERVER_HOST env var fallback
- Log messages show actual bound host instead of hardcoded localhost
- Updated README (EN + zh-TW) with --host examples and env var docs
Closes#76
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments