mcp-browser/mcp_servers
Claude4Ξlope 824a66d7c8 Add tmux session management and screen to tmux conversion
Features:
- Add tmux_server.py with full session management capabilities
- Convert TheCoder script from screen to tmux with HOME bind mount fix
- Add enabled flag to MCPServerConfig for selective server startup
- Tmux now default, screen legacy (disabled by default)
- Update documentation and architecture to reflect tmux preference

Session Management:
- create_session, execute, peek, list_sessions, kill_session
- attach_session and share_session with multi-user instructions
- Better multi-user support than screen with native tmux capabilities

Testing:
- Add test_tmux_session.py for comprehensive tmux functionality testing
- Add test_screen_utf8.py for UTF-8 handling
- Add MCP_QUICK_REFERENCE.md for AI handoff documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 15:28:32 +02:00
..
memory Add enhanced interactive mode and cmem integration 2025-06-28 12:00:52 +02:00
onboarding Add enhanced onboarding examples and Xilope production guide 2025-06-28 12:52:48 +02:00
pattern_manager Fix package installation and remove demo script 2025-06-27 16:29:17 +02:00
screen Add tmux session management and screen to tmux conversion 2025-06-28 15:28:32 +02:00
__init__.py Fix package installation and remove demo script 2025-06-27 16:29:17 +02:00
base.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +02:00