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
fix: only run http server/admin console if --transport http (#144)
* docs: add design for disabling HTTP server in stdio mode
Addresses issue #143 where stdio transport still starts HTTP server
on port 8080, causing conflicts when running multiple instances.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* fix: disable HTTP server when using stdio transport
Fixes#143 - Multiple DBHub instances with stdio transport can now
run simultaneously without port conflicts.
Changes:
- HTTP server (admin console, /mcp endpoint, API) only starts in http mode
- stdio mode is now pure MCP-over-stdio with no network listeners
- Updated console output to show helpful connection message for stdio users
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* docs: update transport option documentation
Clarifies the behavior difference between stdio and http transports:
- stdio: pure MCP-over-stdio, no HTTP server, allows multiple instances
- http: HTTP server with admin console, MCP endpoint, and APIs
Related to #143
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* chore: remove plan
* chore: minor tweak
---------
Co-authored-by: Claude <[email protected]>
0 commit comments