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
refactor: remove unused HOST and PORT config variables
- Remove HOST and PORT settings from config.py (lines 18-19)
- These variables are not used anywhere in the codebase
- MCP server communicates via stdio, not network ports
- Reduces configuration complexity and removes dead code
- All tests still pass (14/14) with 70% coverage maintained
0 commit comments