From 47fd1ddaca64b95779966a3c1fe03ff34596bd32 Mon Sep 17 00:00:00 2001 From: Landon Cox Date: Fri, 20 Mar 2026 17:38:18 -0700 Subject: [PATCH] docs: add test-container-proxy to make help output Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 64c9dc1e5..b663220c8 100644 --- a/Makefile +++ b/Makefile @@ -301,6 +301,7 @@ help: @echo " test-all - Run all tests (unit + integration)" @echo " test-serena - Run Serena MCP Server tests (direct connection)" @echo " test-serena-gateway - Run Serena MCP Server tests (via MCP Gateway)" + @echo " test-container-proxy - Run container proxy integration tests (requires Docker)" @echo " coverage - Run unit tests with coverage report" @echo " test-ci - Run unit tests with coverage and JSON output for CI" @echo " format - Format Go code using gofmt"