- Created comprehensive default configuration system - Config directory at ~/.claude/mcp-browser/ with: - config.yaml with example MCP server configurations - onboarding.md with detailed usage documentation - patterns/ directory for system and custom patterns - logs/ and backups/ directories - Added checksum system to detect unmodified config files - Enhanced CLI with new options: - --list-servers to show available servers - --show-config to display configuration - --test to test server connections - --debug for detailed output - Improved help text with examples and better documentation - Updated ConfigLoader to use new config directory structure - First run automatically creates default configuration The system now provides a user-friendly experience similar to claude-composer with proper configuration management. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| buffer.py | ||
| config.py | ||
| default_configs.py | ||
| filter.py | ||
| multi_server.py | ||
| proxy.py | ||
| py.typed | ||
| registry.py | ||
| server.py | ||