pypi-query-mcp/CHANGELOG.md
2025-08-02 07:12:49 +00:00

1.7 KiB

v0.6.5 (2025-08-02)

Fix

  • deps: update dependency fastmcp to v2.11.0

v0.6.4 (2025-08-02)

Fix

  • deps: update dependency click to v8.2.2

v0.6.3 (2025-07-13)

Fix

  • deps: update dependency pydantic to v2.11.7

v0.6.2 (2025-07-13)

Fix

  • deps: update dependency fastmcp to v2.9.0

v0.6.1 (2025-06-25)

Fix

  • deps: update dependency pydantic-settings to v2.10.1

v0.6.0 (2025-05-29)

Feat

  • add comprehensive environment and trending analysis prompt templates
  • add MCP prompt templates for PyPI package analysis and decision-making

Fix

  • resolve all lint issues and fix failing tests

Refactor

  • update prompt templates to follow standard MCP workflow

v0.5.1 (2025-05-27)

Fix

  • deps: update dependency fastmcp to v2

v0.5.0 (2025-05-27)

Feat

  • add PyPI package download statistics and popularity analysis tools

v0.4.0 (2025-05-27)

Feat

  • add advanced dependency resolution and package download tools

v0.3.0 (2025-05-27)

Feat

  • implement comprehensive configuration management system with multi-mirror support

v0.2.0 (2025-05-27)

Feat

  • add commitizen configuration for automated version management
  • fix CI workflow issues and improve release automation

Fix

  • deps: update dependency fastmcp to ^0.4.0

v0.1.0 (2025-05-27)

Feat

  • add MCP configuration examples
  • Complete PyPI Query MCP Server Implementation (#3)

Fix

  • deps: update dependency httpx to ^0.28.0
  • update poetry.lock after removing mypy dependency
  • resolve import sorting conflicts between ruff and isort
  • correct FastMCP interface usage and resolve lint issues