mcp-browser/mcp_browser
Claude4Ξlope 33ff1c33f5 Add default config system with ~/.claude/mcp-browser/ directory
- 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>
2025-06-27 14:37:19 +02:00
..
__init__.py Update project metadata for Xilope0 namespace 2025-06-27 12:45:34 +02:00
__main__.py Add default config system with ~/.claude/mcp-browser/ directory 2025-06-27 14:37:19 +02:00
buffer.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
config.py Add default config system with ~/.claude/mcp-browser/ directory 2025-06-27 14:37:19 +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 Browser test suite and add Brave Search integration 2025-06-27 14:11:13 +02:00
multi_server.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
proxy.py Fix MCP Browser test suite and add Brave Search integration 2025-06-27 14:11:13 +02:00
py.typed Add pip infrastructure and AI development tools 2025-06-27 12:33:43 +02:00
registry.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
server.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00