Uses of Class
io.modelcontextprotocol.client.transport.ServerParameters
Packages that use ServerParameters
-
Uses of ServerParameters in io.modelcontextprotocol.client.transport
Methods in io.modelcontextprotocol.client.transport that return ServerParametersConstructors in io.modelcontextprotocol.client.transport with parameters of type ServerParametersModifierConstructorDescriptionStdioClientTransport(ServerParameters params) Creates a new StdioClientTransport with the specified parameters and default ObjectMapper.StdioClientTransport(ServerParameters params, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new StdioClientTransport with the specified parameters and ObjectMapper.