Uses of Class
com.github.thought2code.mcp.annotated.server.McpServerInfo
Packages that use McpServerInfo
Package
Description
-
Uses of McpServerInfo in com.github.thought2code.mcp.annotated
Methods in com.github.thought2code.mcp.annotated with parameters of type McpServerInfoModifier and TypeMethodDescriptionvoidMcpServers.startStdioServer(McpServerInfo serverInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of McpServerInfo in com.github.thought2code.mcp.annotated.server
Classes in com.github.thought2code.mcp.annotated.server with type parameters of type McpServerInfoModifier and TypeClassDescriptionclassAbstractMcpServer<S extends McpServerInfo>This abstract class is used to provide a base implementation for an MCP server.classHttpBasedMcpServer<S extends McpServerInfo,T extends jakarta.servlet.http.HttpServlet> Base class for HTTP-based MCP servers.interfaceMcpServer<S extends McpServerInfo>This interface is used to define the contract for an MCP server.Subclasses of McpServerInfo in com.github.thought2code.mcp.annotated.serverModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.github.thought2code.mcp.annotated.server that return McpServerInfoModifier and TypeMethodDescriptionMcpServerInfo.Builder.build()Deprecated, for removal: This API element is subject to removal in a future version.Builds a new instance ofMcpServerInfowith the specified configuration.Methods in com.github.thought2code.mcp.annotated.server with parameters of type McpServerInfoModifier and TypeMethodDescriptionio.modelcontextprotocol.server.McpServer.SyncSpecification<?>McpStdioServer.sync(McpServerInfo serverInfo) Returns the sync specification for the MCP server in STDIO mode.