mcp-browser/mcp_browser
Claude4Ξlope 5aacf468a4 Fix MCP initialization timeout and add daemon management
- Fix protocol version mismatch (0.1.0 -> 2024-11-05)
- Fix server mode blocking on startup causing Claude Desktop timeout
- Add --version flag to show version information
- Implement proper daemon cleanup when starting new daemon
- Add kill_daemon_with_children() to properly terminate process tree
- Fix dictionary iteration error during shutdown
- Ensure sparse mode is always enabled (3 tools only)
- Fix async stdin reading in base server to prevent EOF loops
- Add syslog support for server mode logging
- Switch from stdin.read() to readline() for proper JSON-RPC handling
- Add comprehensive MCP protocol test suite

The tool now works correctly as an MCP proxy between Claude Desktop
and MCP servers with additional built-in tools.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 22:00:32 +02:00
..
__init__.py Update project metadata for Xilope0 namespace 2025-06-27 12:45:34 +02:00
__main__.py Fix Claude Desktop timeout issue in server mode 2025-06-27 21:49:32 +02:00
buffer.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
client_main.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +02:00
config.py Add default config system with ~/.claude/mcp-browser/ directory 2025-06-27 14:37:19 +02:00
daemon.py Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +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
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 Fix MCP initialization timeout and add daemon management 2025-06-27 22:00:32 +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 Replace debug output with proper logging framework 2025-06-27 16:24:24 +02:00