Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerStreamable
Packages that use McpServerStreamable
-
Uses of McpServerStreamable in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerStreamableModifier and TypeMethodDescriptionMcpServerStreamable.Builder.build()Builds an instance ofMcpServerStreamablewith the configured values.McpServerConfiguration.streamable()Returns the value of thestreamablerecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerStreamableModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.streamable(McpServerStreamable streamable) Sets the streamable configuration.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerStreamableModifierConstructorDescriptionMcpServerConfiguration(String profile, Boolean enabled, ServerMode mode, String name, String version, ServerType type, String instructions, Long requestTimeout, McpServerCapabilities capabilities, McpServerChangeNotification changeNotification, McpServerSSE sse, McpServerStreamable streamable) Creates an instance of aMcpServerConfigurationrecord class.