Interface: OpenApiToToolsOptions
Defined in: types.ts:105
Options that tune how operations and body properties are translated.
Properties
excludeExtension?
optionalexcludeExtension?:string
Defined in: types.ts:111
Operation-level extension flag that, when truthy, excludes the operation from the generated tool surface.
Default
'x-mcp-exclude'
serverManagedExtension?
optionalserverManagedExtension?:string
Defined in: types.ts:118
Body-property extension flag that, when truthy, hides the property from the
generated inputSchema while keeping it in acceptedBodyFields (for
server-managed fields the API sets itself).
Default
'x-mcp-server-managed'