v0.2.0
Changed
- The project is now an installable distribution. Install with
uvx amazon-india-seller-mcp,uv tool install amazon-india-seller-mcpor
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_mcppackage. The previous
top-levelconfig,database,servicesandtoolsmodules would have
collided with other distributions insite-packages. - Added an
amazon-india-seller-mcpconsole script and a
python -m amazon_india_seller_mcpentry 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.pystill works. The rootserver.pyis 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