Uses of Class
com.github.thought2code.mcp.annotated.server.McpServerInfo.Builder
Packages that use McpServerInfo.Builder
-
Uses of McpServerInfo.Builder in com.github.thought2code.mcp.annotated.server
Classes in com.github.thought2code.mcp.annotated.server with type parameters of type McpServerInfo.BuilderModifier and TypeClassDescriptionstatic classMcpServerInfo.Builder<T extends McpServerInfo.Builder<T>>Deprecated, for removal: This API element is subject to removal in a future version.Subclasses of McpServerInfo.Builder in com.github.thought2code.mcp.annotated.serverModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.github.thought2code.mcp.annotated.server that return McpServerInfo.BuilderModifier and TypeMethodDescriptionstatic McpServerInfo.Builder<?>McpServerInfo.builder()Deprecated, for removal: This API element is subject to removal in a future version.Returns a new instance ofBuilderto create aMcpServerInfoinstance.Constructors in com.github.thought2code.mcp.annotated.server with parameters of type McpServerInfo.BuilderModifierConstructorDescriptionprotectedMcpServerInfo(McpServerInfo.Builder<?> builder) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance ofMcpServerInfowith the specified builder.