Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:11
· 2 commits to main since this release

Changed

  • The project is now an installable distribution. Install with
    uvx amazon-india-seller-mcp, uv tool install amazon-india-seller-mcp or
    pip install amazon-india-seller-mcp — no clone, and no absolute paths in the
    Claude Desktop config.
  • All code moved into the amazon_india_seller_mcp package. The previous
    top-level config, database, services and tools modules would have
    collided with other distributions in site-packages.
  • Added an amazon-india-seller-mcp console script and a
    python -m amazon_india_seller_mcp entry point.

Added

  • A trusted-publishing workflow for PyPI (OIDC, no API token stored in the repo)
    that runs the full suite, checks the distribution metadata, and verifies the
    wheel installs and registers all 24 tools in a clean environment before upload.

Compatibility

  • python server.py still works. The root server.py is now a shim, so existing
    Claude Desktop configurations that point at it by path need no changes.

Full Changelog: v0.1.0...v0.2.0