Uses of Interface
io.openliberty.mcp.features.FeatureManager.FeatureDefinition
Packages that use FeatureManager.FeatureDefinition
Package
Description
Classes and interfaces common to multiple MCP features
Classes and interfaces for working with MCP Tools
-
Uses of FeatureManager.FeatureDefinition in io.openliberty.mcp.features
Classes in io.openliberty.mcp.features with type parameters of type FeatureManager.FeatureDefinitionModifier 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. -
Uses of FeatureManager.FeatureDefinition in io.openliberty.mcp.tools
Subinterfaces of FeatureManager.FeatureDefinition in io.openliberty.mcp.toolsModifier and TypeInterfaceDescriptionstatic interfaceA builder to define a new tool.