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; }