Uses of Interface
com.soklet.McpValue
Packages that use McpValue
-
Uses of McpValue in com.soklet
Classes in com.soklet that implement McpValueModifier and TypeClassDescriptionfinal recordImmutable MCP array value.final recordImmutable MCP boolean value.enumSingleton MCP null value.final recordImmutable MCP number value.final recordImmutable MCP object value.final recordImmutable MCP string value.Methods in com.soklet that return McpValueModifier and TypeMethodDescriptionMcpResponseMarshaler.marshalStructuredContent(@Nullable Object value, @NonNull McpStructuredContentContext context) Converts app-owned structured content into anMcpValuetree that Soklet can embed into the MCP response.McpJsonRpcRequestId.value()Returns the value of thevaluerecord component.McpProgressToken.value()Returns the value of thevaluerecord component.Methods in com.soklet that return types with arguments of type McpValueModifier and TypeMethodDescriptionRetrieves a named member from the object.McpArray.values()Returns the value of thevaluesrecord component.McpObject.values()Returns the value of thevaluesrecord component.Constructors in com.soklet with parameters of type McpValueModifierConstructorDescriptionMcpJsonRpcRequestId(@NonNull McpValue value) Creates an instance of aMcpJsonRpcRequestIdrecord class.McpProgressToken(@NonNull McpValue value) Creates an instance of aMcpProgressTokenrecord class.Constructor parameters in com.soklet with type arguments of type McpValue