From 1f001bb47af7257f9ba3ba8acb13ae946c39a2e4 Mon Sep 17 00:00:00 2001 From: Fabricio Borgobello Date: Fri, 22 Aug 2025 11:04:08 +0200 Subject: [PATCH] Remove comment --- src/utils/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index cce4425..7ab8917 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -143,5 +143,5 @@ export function shouldIncludeOperationForMcp( const rootVal = normalizeBoolean((api as any)['x-mcp']); if (typeof rootVal !== 'undefined') return rootVal; - return defaultInclude; // use provided default + return defaultInclude; }