@alexei-led/k8s-mcp-server
- Install dependencies: uv pip install -e . (or use make install)
Install
Add @alexei-led/k8s-mcp-server to Claude Code with the PolySkill CLI: polyskill add @alexei-led/k8s-mcp-server
Instructions
# K8s MCP Server Development Guide ## Build & Test Commands - Install dependencies: `uv pip install -e .` (or use `make install`) - Install dev dependencies: `uv pip install -e ".[dev]"` (or use `make dev-install`) - Run server: `python -m k8s_mcp_server` - Run unit tests only (default): `pytest` (or use `make test`) - Run all tests (including integration): `pytest -o addopts=""` (or use `make test-all`) - Run unit tests explicitly: `pytest -m unit` (or use `make test-unit`) - Run integration tests only: `pytest -m integration` (or use `make test-integration`) - Run single test: `pytest tests…
Keywords: github, kubernetes, mcp-server, dependency-installation, python-packages, devops, container-management, cloud-native, microservices