diff --git a/pkg/cli/mcp_server_tools_test.go b/pkg/cli/mcp_server_tools_test.go index c7e5f54a2bc..a1f71387049 100644 --- a/pkg/cli/mcp_server_tools_test.go +++ b/pkg/cli/mcp_server_tools_test.go @@ -47,7 +47,7 @@ func TestMCPServer_ListTools(t *testing.T) { } // Verify expected tools are present - expectedTools := []string{"status", "compile", "logs", "audit", "mcp-inspect", "add", "update", "fix"} + expectedTools := []string{"status", "compile", "logs", "audit", "checks", "mcp-inspect", "add", "update", "fix"} toolNames := make(map[string]bool) for _, tool := range result.Tools { toolNames[tool.Name] = true @@ -264,6 +264,7 @@ func TestMCPServer_ToolIcons(t *testing.T) { "compile": "🔨", "logs": "📜", "audit": "🔍", + "checks": "✅", "mcp-inspect": "🔎", "add": "➕", "update": "🔄",