pypi-query-mcp/tests
Ryan Malloy 05dd346f45 Implement PyPI Community & Social Tools
- Add get_pypi_package_reviews: Aggregates community feedback from GitHub issues, Stack Overflow, and social media with sentiment analysis
- Add manage_pypi_package_discussions: Future-ready discussion management with GitHub Discussions integration
- Add get_pypi_maintainer_contacts: Privacy-respecting maintainer contact discovery with communication guidelines
- Integrate all tools with MCP server endpoints and comprehensive error handling
- Add extensive test coverage for all community functionality
- Follow existing code patterns and async/await best practices
- Include future-ready implementations for when PyPI adds native community features
2025-08-16 09:53:32 -06:00
..
__init__.py feat: Complete PyPI Query MCP Server Implementation (#3) 2025-05-27 11:14:49 +08:00
conftest.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
test_analytics.py feat: Add comprehensive PyPI Analytics & Insights Tools 2025-08-16 09:19:14 -06:00
test_basic.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
test_community.py Implement PyPI Community & Social Tools 2025-08-16 09:53:32 -06:00
test_config.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
test_dependency_resolver.py fix: update dependency resolver tests to match new implementation 2025-08-15 22:34:12 -06:00
test_discovery.py feat: Implement PyPI Discovery & Monitoring Tools 2025-08-16 09:33:31 -06:00
test_download_stats.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
test_metadata.py feat: implement PyPI metadata management tools 2025-08-16 09:00:32 -06:00
test_package_downloader.py fix: resolve all lint issues and fix failing tests 2025-05-29 18:47:15 +08:00
test_prompt_templates.py fix: resolve all lint issues and fix failing tests 2025-05-29 18:47:15 +08:00
test_publishing.py Implement PyPI Account & Publishing Tools 2025-08-16 08:52:03 -06:00
test_search.py feat: add comprehensive PyPI search functionality with advanced filtering 2025-08-16 07:45:40 -06:00
test_version_sorting.py chore: upgrade all Python packages and fix linting issues 2025-08-15 20:23:14 -06:00
test_workflow.py feat: Add PyPI Development Workflow Tools 2025-08-16 09:44:33 -06:00