pypi-query-mcp/pypi_query_mcp/core
Ryan Malloy 43f36b60fb feat: add comprehensive security, license, health, and requirements analysis tools
- Add security vulnerability scanning with OSV and GitHub advisories integration
- Add license compatibility analysis with SPDX normalization and risk assessment
- Add package health scoring across 7 categories with GitHub metrics integration
- Add requirements file analysis supporting multiple formats (requirements.txt, pyproject.toml, etc.)
- Fix search functionality MCP wrapper and error handling
- Fix Python compatibility checking parameter order issue
- Fix package recommendations NoneType handling
- Add 8 new MCP tool endpoints for enhanced analysis capabilities

This brings the total to 37 comprehensive MCP tools across 8 categories for complete PyPI package analysis and management.
2025-09-06 10:28:57 -06:00
..
__init__.py feat: Complete PyPI Query MCP Server Implementation (#3) 2025-05-27 11:14:49 +08:00
dependency_parser.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
exceptions.py feat: complete PyPI platform integration with all 25 tools and MCP endpoints 2025-08-17 21:06:59 -06:00
github_client.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
pypi_client.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
search_client.py feat: add comprehensive security, license, health, and requirements analysis tools 2025-09-06 10:28:57 -06:00
stats_client.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
version_utils.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00