diff --git a/Makefile b/Makefile index c877234..5c52ca8 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,11 @@ clean: ## Clean build artifacts go clean -cache docker image rm -f $(DOCKER_IMAGE):$(DOCKER_TAG) 2>/dev/null || true +.PHONY: inspector +inspector: ## Run MCP inspector for debugging + @echo "Running in inspector for debugging..." + npx @modelcontextprotocol/inspector go run ./cmd/aks-mcp --access-level=readonly --additional-tools="" --allow-namespaces="" + ##@ Testing .PHONY: test