Releases: Cicatriiz/pophive-mcp-server
Releases · Cicatriiz/pophive-mcp-server
v1.1.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.1.1] - 2025-07-28
Fixed
- Updated manifest.json
Version 1.1.0: New Datasets and Performance Improvements
New Features
- Implemented scrapers for three new datasets:
- Hospital Capacity: Fetches state-level hospital utilization data from HealthData.gov.
- Injury & Overdose: Fetches national-level injury and overdose death data from data.cdc.gov.
- Youth Mental Health ED Visits: Fetches national-level data on youth mental health-related emergency department visits from data.cdc.gov.
Performance Improvements
- Implemented a parallel, batched initial fetch for the hospital capacity dataset to significantly speed up the first-time data download.
- Added incremental update logic to all scrapers to only fetch new data, reducing subsequent load times.
Bug Fixes
- Corrected date parsing logic in the analysis tools to robustly handle various date formats across all datasets.
- Fixed an issue where the hospital capacity scraper was not fetching all records.
Documentation
- Updated the
README.md
to include information about the new datasets and their capabilities. - Updated the
manifest.json
to version1.1.0
and added descriptions for the new datasets.