pypi-query-mcp/pypi_query_mcp/core
Ryan Malloy 685529d24c fix: resolve import errors from parallel PyPI platform development
- Cleaned up tools/__init__.py to remove imports for non-existent modules
- Restored server.py to proper state without platform tool endpoints
- Removed extra exception classes that aren't implemented yet
- Server now imports correctly (only missing fastmcp in dev environment)

The PyPI platform tools were implemented in separate git worktrees and need to be properly merged in the next step.
2025-08-17 12:51:21 -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 fix: resolve import errors from parallel PyPI platform development 2025-08-17 12:51:21 -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 PyPI search functionality with advanced filtering 2025-08-16 07:45:40 -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