Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

v1.2.1: Fix Critical Scraping Issue

Choose a tag to compare

@zoharbabin zoharbabin released this 10 Jul 23:59

🐛 Critical Bug Fix

Fixed

  • Critical Scraping Issue: Resolved a critical bug where scrape_page and research_topic tools were returning placeholder test content instead of actual scraped web data.
    • Root Cause: Removed problematic fallback mechanism that was adding dummy test content when scraped text was shorter than 100 characters.
    • Impact: Both tools now consistently return real web content, dramatically improving data quality and user experience.
    • Verification: Comprehensive testing confirmed tools now extract actual content from web pages and GitHub discussions.
  • Cache Cleanup: Cleared all cached placeholder responses to ensure fresh, real content delivery.
  • Build System: Rebuilt entire project with clean artifacts to ensure fix propagation.

Improved

  • Testing: All 244 unit tests and end-to-end tests pass successfully, confirming system integrity.
  • Performance: Maintained high performance while ensuring data authenticity.

📦 Installation

npm install google-researcher-mcp@1.2.1

🔗 Links