Remove comment
This commit is contained in:
parent
b1e29c22de
commit
1f001bb47a
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user