Class HttpStatelessGenericGenaiAdapter

java.lang.Object
org.machanism.machai.ai.provider.AbstractAIProvider
org.machanism.machai.mcp.server.GenericGenaiAdapter<io.modelcontextprotocol.common.McpTransportContext,io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification>
org.machanism.machai.mcp.server.HttpStatelessGenericGenaiAdapter
All Implemented Interfaces:
Genai

public class HttpStatelessGenericGenaiAdapter extends GenericGenaiAdapter<io.modelcontextprotocol.common.McpTransportContext,io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification>
  • Field Details

    • log

      private final org.slf4j.Logger log
    • promptSpecifications

      private List<io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncPromptSpecification> promptSpecifications
    • resourceSpecifications

      private List<io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncResourceSpecification> resourceSpecifications
  • Constructor Details

    • HttpStatelessGenericGenaiAdapter

      HttpStatelessGenericGenaiAdapter(List<io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification> toolSpecifications, AbstractMcpServer.ToolSpecificationBuilder<io.modelcontextprotocol.common.McpTransportContext> builder)
  • Method Details