Package io.quarkiverse.mcp.server
Interface GlobalInputSchemaGenerator
- All Superinterfaces:
InputSchemaGenerator<GlobalInputSchemaGenerator.InputSchema>
- All Known Implementing Classes:
DefaultSchemaGenerator
public interface GlobalInputSchemaGenerator
extends InputSchemaGenerator<GlobalInputSchemaGenerator.InputSchema>
Generates the input schema for a
ToolManager.ToolInfo if no Tool.InputSchema.generator() is specified.
A default bean implementation is used if no other CDI bean of this type is configured.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceWraps the object representing the schema. -
Method Summary
Methods inherited from interface io.quarkiverse.mcp.server.InputSchemaGenerator
generate