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) Starts a standard input/output (stdio) server with the specified server info. -
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.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 TypeClassDescriptionclassThis class is used to define the information of the MCP server with HTTP SSE support.classThis class is used to define the information of the MCP server with streamable http support.Methods in com.github.thought2code.mcp.annotated.server that return McpServerInfoModifier and TypeMethodDescriptionMcpServerInfo.Builder.build()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.