mcp-browser/mcp_browser
Claude4Ξlope c8bfa4b2d1 Add enhanced interactive mode and cmem integration
Major enhancements to MCP Browser functionality:

**Interactive Client & Testing**:
- New comprehensive interactive client with readline support
- Tab completion for commands and tools
- Enhanced tool testing with sample argument generation
- Standalone executable script for easy testing

**cmem Integration**:
- Bidirectional sync between memory server and cmem
- Identity-specific memory contexts
- Automatic task, pattern, and decision synchronization
- Graceful degradation when cmem unavailable

**Developer Experience**:
- Updated tool descriptions with clear proxy pattern explanations
- Comprehensive handoff documentation for AI assistant transitions
- 32 new tests covering all enhanced functionality
- All tests passing (46 passed, 3 skipped)

**Context Optimization**:
- Maintained sparse mode efficiency
- Clear meta-tool descriptions with emojis
- Enhanced onboarding guide with practical examples

This update significantly improves both AI assistant workflow continuity
and developer testing capabilities while maintaining the project's core
principle of context efficiency.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 12:00:52 +02:00
..
__init__.py Update project metadata for Xilope0 namespace 2025-06-27 12:45:34 +02:00
__main__.py Fix linter issues and update integration test 2025-06-27 22:02:31 +02:00
buffer.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
client_main.py Fix linter issues and update integration test 2025-06-27 22:02:31 +02:00
config.py Add default config system with ~/.claude/mcp-browser/ directory 2025-06-27 14:37:19 +02:00
daemon.py Fix linter issues and update integration test 2025-06-27 22:02:31 +02:00
daemon_main.py Fix daemon file descriptor handling 2025-06-27 18:07:15 +02:00
default_configs.py Add default config system with ~/.claude/mcp-browser/ directory 2025-06-27 14:37:19 +02:00
filter.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +02:00
interactive_client.py Add enhanced interactive mode and cmem integration 2025-06-28 12:00:52 +02:00
logging_config.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +02:00
multi_server.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +02:00
proxy.py Add dynamic config reloading and comprehensive onboarding 2025-06-27 22:10:52 +02:00
py.typed Add pip infrastructure and AI development tools 2025-06-27 12:33:43 +02:00
registry.py Add enhanced interactive mode and cmem integration 2025-06-28 12:00:52 +02:00
server.py Replace debug output with proper logging framework 2025-06-27 16:24:24 +02:00