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>>The builder class forMcpServerInfo.Subclasses of McpServerInfo.Builder in com.github.thought2code.mcp.annotated.serverModifier and TypeClassDescriptionstatic classThe builder class forMcpSseServerInfo.static classThe builder class forMcpStreamableServerInfo.Methods in com.github.thought2code.mcp.annotated.server that return McpServerInfo.BuilderModifier and TypeMethodDescriptionstatic McpServerInfo.Builder<?>McpServerInfo.builder()Returns a new instance ofBuilderto create aMcpServerInfoinstance.Constructors in com.github.thought2code.mcp.annotated.server with parameters of type McpServerInfo.BuilderModifierConstructorDescriptionprotectedMcpServerInfo(McpServerInfo.Builder<?> builder) Creates a new instance ofMcpServerInfowith the specified builder.