Release v0.2.1
What's Changed
- fix: exclude integration test runner from pytest naming check (893561e)
- fix: update test_harness.py with modern Python type annotations (8b9440a)
- fix: configure pytest to properly exclude integration tests from unit test runs (be2d092)
- fix: resolve CI/CD test failures for v0.2.1 release (7a8450b)
- chore: bump version to 0.2.1 (5f8476d)
- fix: topology tools + integration test framework (v0.2.1) (beed7d4)
- fix: handle list responses in resolve_site_id for local API (82b4d01)
- docs: update README with PyPI installation and configuration (63b109c)
Full Changelog: v0.2.0...v0.2.1
Docker Image
Multi-architecture support: amd64, arm64, arm/v7, arm64/v8
docker pull ghcr.io/enuno/unifi-mcp-server:v0.2.1Installation
Via pip
pip install unifi-mcp-server==v0.2.1Via uv
uv pip install unifi-mcp-server==v0.2.1