Controller properties
Optionalconfig?: Partial<IHttpLlmApplication.IConfig>LLM schema conversion configuration.
Connection to the API server.
OpenAPI document to convert.
Optionalexecute?: (Custom executor of the API function.
Default executor is HttpLlm.execute function.
Identifier name of the controller.
HTTP LLM controller
Create HTTP LLM controller from OpenAPI document.
Composes IHttpLlmController from OpenAPI document with connection info. The controller can be used with registerMcpControllers to register all API operations as MCP tools at once.