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