Remove comment

This commit is contained in:
Fabricio Borgobello 2025-08-22 11:04:08 +02:00
parent b1e29c22de
commit 1f001bb47a
No known key found for this signature in database

View File

@ -143,5 +143,5 @@ export function shouldIncludeOperationForMcp(
const rootVal = normalizeBoolean((api as any)['x-mcp']); const rootVal = normalizeBoolean((api as any)['x-mcp']);
if (typeof rootVal !== 'undefined') return rootVal; if (typeof rootVal !== 'undefined') return rootVal;
return defaultInclude; // use provided default return defaultInclude;
} }