Uses of Record Class
org.infinispan.rest.resources.mcp.McpInputSchema
Packages that use McpInputSchema
-
Uses of McpInputSchema in org.infinispan.rest.resources.mcp
Methods in org.infinispan.rest.resources.mcp that return McpInputSchemaModifier and TypeMethodDescriptionMcpTool.inputSchema()Returns the value of theinputSchemarecord component.Constructors in org.infinispan.rest.resources.mcp with parameters of type McpInputSchemaModifierConstructorDescriptionMcpTool(String name, String description, McpInputSchema inputSchema, BiFunction<RestRequest, Json, CompletionStage<Json>> callback) Creates an instance of aMcpToolrecord class.