Skip to main content

Interface: OpenApiToToolsOptions

Defined in: types.ts:105

Options that tune how operations and body properties are translated.

Properties

excludeExtension?

optional excludeExtension?: 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?

optional serverManagedExtension?: 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'