Uses of Interface
io.openliberty.mcp.features.FeatureManager.FeatureArguments
Packages that use FeatureManager.FeatureArguments
Package
Description
Classes and interfaces common to multiple MCP features
Classes and interfaces for working with MCP Tools
-
Uses of FeatureManager.FeatureArguments in io.openliberty.mcp.features
Classes in io.openliberty.mcp.features with type parameters of type FeatureManager.FeatureArgumentsModifier and TypeInterfaceDescriptionstatic interfaceFeatureManager.FeatureDefinition<INFO extends FeatureManager.FeatureInfo,ARGUMENTS extends FeatureManager.FeatureArguments, RESPONSE, THIS extends FeatureManager.FeatureDefinition<INFO, ARGUMENTS, RESPONSE, THIS>> A builder for registering a new feature with the manager.Subinterfaces of FeatureManager.FeatureArguments in io.openliberty.mcp.featuresModifier and TypeInterfaceDescriptionstatic interfaceThe input to a handler function, providing information about the request. -
Uses of FeatureManager.FeatureArguments in io.openliberty.mcp.tools
Subinterfaces of FeatureManager.FeatureArguments in io.openliberty.mcp.toolsModifier and TypeInterfaceDescriptionstatic interfaceThe input to a tool handler, providing access to the arguments.