McpServer.disableInputSchemaValidation

Opt out of the default input-schema validation, so tool arguments are passed to handlers unchecked. Discouraged — the spec says servers MUST validate tool inputs — but available for handlers that perform their own validation or intentionally accept arbitrary arguments.

class McpServer
@safe
void
disableInputSchemaValidation
()