- Run tests and lint:
uv run --with ruff ruff check src testsuv run pytest
- Build package:
uv build
- Ensure version consistency:
pyproject.tomlversionnpm-bridge/package.jsonversion
- Login or provide token:
uv publish --token <PYPI_TOKEN>
- Verify package exists:
https://pypi.org/project/reqable-mcp/
- Login to npm:
npm adduser
- Publish npm bridge:
cd npm-bridgenpm publish --access public
- Verify package exists:
https://www.npmjs.com/package/reqable-mcp
- Test npx launcher:
npx -y reqable-mcp@latest --help
- Test MCP client config with
npxcommand.