Uses of Annotation Interface
com.github.thought2code.mcp.annotated.annotation.McpPromptParam
Packages that use McpPromptParam
-
Uses of McpPromptParam in com.github.thought2code.mcp.annotated.server.converter
Methods in com.github.thought2code.mcp.annotated.server.converter that return types with arguments of type McpPromptParamModifier and TypeMethodDescriptionMcpPromptParameterConverter.getAnnotationType()Returns the type of the annotation this converter handles.Methods in com.github.thought2code.mcp.annotated.server.converter with parameters of type McpPromptParamModifier and TypeMethodDescriptionMcpPromptParameterConverter.convert(Parameter parameter, McpPromptParam annotation, Map<String, Object> args) Converts the value of the parameter annotated withMcpPromptParamto the required type.