Artifacts
| Registry | Package |
|---|---|
| PyPI | netlicensing-mcp==0.1.10 |
| GHCR | ghcr.io/labs64/netlicensing-mcp:0.1.10 |
| Docker Hub | labs64/netlicensing-mcp:0.1.10 |
| MCP Registry | io.github.Labs64/netlicensing-mcp |
Install
# pip
pip install netlicensing-mcp==0.1.10
# uvx (no install needed)
uvx netlicensing-mcp
# Docker
docker run -i --rm \
-e NETLICENSING_API_KEY=your_key \
ghcr.io/labs64/netlicensing-mcp:0.1.10What's Changed
馃悰 Bug Fixes
- Fix command injection in release workflow via git tag name (GHSA-hv93-8gpm-6rrv) by @r-brown in #10
- Pin mcp below 2.0 and pin ruff's lint rule selection by @r-brown in #11
馃Ч Other Changes
- Bump mcp from 1.28.0 to 1.28.1 by @dependabot[bot] in #8
- Bump cryptography from 49.0.0 to 50.0.0 by @dependabot[bot] in #9
New Contributors
- @dependabot[bot] made their first contribution in #8
Full Changelog: 0.1.9...0.1.10