🚀 mcp-server-webdriver v0.5.1 released!MCP server that lets AI assistants (Claude etc.) control a real Firefox browser via Selenium WebDriver — no copy-pasting from DevTools ever again.New in v0.5.1:• 37 browser automation tools (was 29)• browser_scroll, browser_press_key, browser_hover• browser_find_elements, browser_get_cookies, browser_set_cookie• browser_accept_dialog, browser_dismiss_dialog• -P / --profile CLI flags• Full test suite + man page📦 Debian package: apt install python3-mcp-server-webdriver🔗 https://github.com/Vitexus/mcp-server-webdriver/releases/tag/v0.5.1#MCP #AI #Selenium #Firefox #Debian #OpenSource
Related
CrewAI multi-agent pipelines fail in a specific way:Agent A produces output → Agent B receives it → Agent B cannot parse...
CrewAI multi-agent pipelines fail in a specific way:Agent A produces output → Agent B receives it → Agent B cannot parse the format → returns empty string → Agent C gets nothing → ...
Ollama "connection refused" at port 11434 — this is almost never a network issue.It means:• Ollama crashed (OOM from a m...
Ollama "connection refused" at port 11434 — this is almost never a network issue.It means:• Ollama crashed (OOM from a model too large for your RAM)• The model is still loading and...
LangChain OutputParserException at 2am:Agent thought for 45 seconds → called a tool → got a valid response → then decide...
LangChain OutputParserException at 2am:Agent thought for 45 seconds → called a tool → got a valid response → then decided the response needed "clarification" → called the same tool...