RELEASE.md•3.26 kB
# 🎉 MCP Browser Server v1.1.0 Released!
We're excited to announce **MCP Browser Server v1.1.0** with enhanced scrolling capabilities!
## 🚀 What's New in v1.1.0
### ✨ New Features
- **Enhanced Scrolling Support** - Added 2 new powerful scroll tools
- **14 Browser Automation Tools** - Expanded automation suite
- **Comprehensive Scroll Testing** - Full test coverage for scroll functionality
### 🔄 Scroll Tools Added
- **`scroll`** - Scroll pages in any direction (up/down/left/right) with custom pixel amounts
- **`check_scrollability`** - Detect if pages are scrollable in specific directions
### 📋 Previous Features (v1.0.0)
- **12 Core Browser Automation Tools** - Complete web automation suite
- **AI-Powered Analysis** - Screenshot analysis using Ollama + Gemma3
- **Multi-Browser Support** - Chromium, Firefox, and WebKit
- **MCP Protocol Compliance** - Full Model Context Protocol implementation
- **TypeScript Implementation** - Type-safe development with Zod validation
### 🛠️ Developer Experience
- **One-Command Setup** - `npm run setup` gets you started instantly
- **Comprehensive Testing** - Full test suite with `npm run test:all`
- **Development Helper** - `npm run dev-helper` for common tasks
- **Professional Structure** - Clean, organized project layout
### 📦 What's Included
```text
✅ 14 Browser automation tools (2 NEW scroll tools!)
✅ AI screenshot analysis
✅ Multi-browser support (Chrome, Firefox, Safari)
✅ Comprehensive test suite with scroll testing
✅ Professional documentation
✅ Example configurations
✅ Development utilities
✅ VS Code integration ready
```
## 🚀 Quick Start
```bash
# Clone and setup
git clone https://github.com/Wladastic/mcp-browser-server
cd mcp-browser-server
npm run setup
# Test everything works
npm run test:all
# Start using with your AI assistant
npm run start
```
## 🎯 Use Cases
Perfect for:
- **AI Assistant Integration** - Enhance Claude, Copilot Chat, and other AI tools
- **Web Automation** - Automate repetitive browser tasks with advanced scrolling
- **Testing Workflows** - Automated web application testing with scroll validation
- **Content Analysis** - AI-powered webpage analysis of long-form content
- **Development Tools** - Browser automation with precise scroll control in your workflow
## 📚 Documentation
- **[README.md](README.md)** - Main documentation and setup guide
- **[tests/README.md](tests/README.md)** - Testing documentation
- **[examples/README.md](examples/README.md)** - Configuration examples
- **[CHANGELOG.md](CHANGELOG.md)** - Version history
## 🔮 What's Next
The v1.1.0 release continues our commitment to expanding browser automation capabilities! We're already planning:
- Additional browser automation tools
- Enhanced AI analysis capabilities
- Performance optimizations
- Community contributions and extensions
## 🙏 Thank You
Thank you for your continued interest in MCP Browser Server. We're excited to see what you'll build with the new scrolling capabilities!
---
**Released on:** June 6, 2025
**License:** Dual License (Personal/Commercial)
**Requirements:** Node.js 18+, Playwright browsers
*Ready to automate the web with enhanced scrolling? [Get started now!](README.md)*