v0.4.1
D4Vinci/Scraplingv0.4.1Feb 27, 2026by github-actions[bot]
AI Summary
This release focuses on significant improvements to the Cloudflare solver, including speed enhancements and regex precision. It also updates the MCP schema for better compatibility with external tools and streamlines workflows.
Key Highlights
- Cloudflare solver is now nearly twice as fast with improved regex precision.
- MCP schema updated to be compatible with OpenCode and VS Code Copilot.
- Token consumption optimization for the MCP server.
- Workflows updated to use the latest GitHub Actions versions.
New Features
- Cloudflare solver handles double challenge pages.
- Stealthy browser speed improved by removing injected JS.
- Added code snippet for automating browser dependency installation.
- Fixed PyPI page registration and MCP server registry entry.
Full Release Notes
**A new update with many important changes** ## 🚀 New Stuff and quality of life changes - **Improved regex precision** for Cloudflare challenge detection (Thanks to @Rinz27 [#133](https://github.com/D4Vinci/Scrapling/pull/133)) - **Improved the speed and efficiency** of the Cloudflare solver. Now it is nearly twice as fast. - **Improved the Cloudflare solver** to handle the case where websites sometimes show the Cloudflare page twice before redirecting to the main website. - **Improved the stealthy browser**'s stealth mode and speed by removing the injected JS files. - **Improved the MCP schema** to be acceptable by OpenCode (Thanks to @robin-ede [#137](https://github.com/D4Vinci/Scrapling/pull/137)) - **Made the MCP schema even more MCP-friendly** to be accepted by VS Code Copilot and other strict tools. (Solves #150 ) - **Improved the MCP server tokens consumption** by a large margin through stripping useless HTML tags while the `main_content_only` option is activated. - Fixed the PyPI page and added the files to register the MCP server to the MCP servers registry. - Added a new code snippet to show how to install the browsers deps through code instead of using the commandline to allow easier automation. - Improved all workflows by using the latest actions versions (Thanks to @salmanmkc [#143](https://github.com/D4Vinci/Scrapling/pull/143)/[#144](https://github.com/D4Vinci/Scrapling/pull/144)) _🙏 Special thanks to the community for all the continuous testing and feedback_