pypi-query-mcp/pypi_query_mcp/core
Ryan Malloy 530d1ba51b feat: improve get_top_downloaded_packages with robust fallback system
- Add curated popular packages database with 100+ packages
- Implement GitHub API integration for real-time popularity metrics
- Create multi-tier fallback strategy (live API -> curated -> enhanced)
- Add period scaling and realistic download estimates
- Provide rich metadata with categories and descriptions
2025-08-15 11:54:08 -06:00
..
__init__.py feat: Complete PyPI Query MCP Server Implementation (#3) 2025-05-27 11:14:49 +08:00
dependency_parser.py fix: resolve all lint issues and fix failing tests 2025-05-29 18:47:15 +08:00
exceptions.py fix: correct FastMCP interface usage and resolve lint issues 2025-05-27 13:44:28 +08:00
github_client.py feat: improve get_top_downloaded_packages with robust fallback system 2025-08-15 11:54:08 -06:00
pypi_client.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
stats_client.py fix: resolve all lint issues and fix failing tests 2025-05-29 18:47:15 +08:00
version_utils.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00