Uses of Interface
org.machanism.machai.mcp.server.AbstractMcpServer.ToolSpecificationBuilder
-
Uses of AbstractMcpServer.ToolSpecificationBuilder in org.machanism.machai.mcp.server
Classes in org.machanism.machai.mcp.server that implement AbstractMcpServer.ToolSpecificationBuilderModifier and TypeClassDescriptionclassBuilds stateless MCP tool specifications from generic tool definitions.classBuilds streamable MCP tool specifications from generic tool definitions.(package private) classFields in org.machanism.machai.mcp.server declared as AbstractMcpServer.ToolSpecificationBuilderModifier and TypeFieldDescriptionprivate final AbstractMcpServer.ToolSpecificationBuilder<TExchange> GenericGenaiAdapter.builderConstructors in org.machanism.machai.mcp.server with parameters of type AbstractMcpServer.ToolSpecificationBuilderModifierConstructorDescription(package private)GenericGenaiAdapter(List<TSpecification> toolSpecifications, AbstractMcpServer.ToolSpecificationBuilder<TExchange> builder) Constructs a new GenericGenaiAdapter.(package private)HttpStatelessGenericGenaiAdapter(List<io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification> toolSpecifications, AbstractMcpServer.ToolSpecificationBuilder<io.modelcontextprotocol.common.McpTransportContext> builder) (package private)HttpStreamableGenericGenaiAdapter(List<io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification> toolSpecifications, AbstractMcpServer.ToolSpecificationBuilder<io.modelcontextprotocol.server.McpSyncServerExchange> builder) (package private)StdioGenaiAdapter(List<io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification> toolSpecifications, AbstractMcpServer.ToolSpecificationBuilder<io.modelcontextprotocol.server.McpSyncServerExchange> builder)