Uses of Record Class
io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification
Packages that use McpStatelessServerFeatures.SyncToolSpecification
-
Uses of McpStatelessServerFeatures.SyncToolSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpStatelessServerFeatures.SyncToolSpecificationModifier and TypeMethodDescriptionMcpStatelessServerFeatures.SyncToolSpecification.Builder.build()Builds the SyncToolSpecification instance.Methods in io.modelcontextprotocol.server with parameters of type McpStatelessServerFeatures.SyncToolSpecificationModifier and TypeMethodDescriptionvoidMcpStatelessSyncServer.addTool(McpStatelessServerFeatures.SyncToolSpecification toolSpecification) Add a new tool specification at runtime.McpServer.StatelessSyncSpecification.tools(McpStatelessServerFeatures.SyncToolSpecification... toolSpecifications) Adds multiple tools with their handlers to the server using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpStatelessServerFeatures.SyncToolSpecificationModifier and TypeMethodDescriptionMcpServer.StatelessSyncSpecification.tools(List<McpStatelessServerFeatures.SyncToolSpecification> toolSpecifications) Adds multiple tools with their handlers to the server using a List.