| Package | Description |
|---|---|
| io.modelcontextprotocol.server |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
McpAsyncServer.addTool(McpServerFeatures.AsyncToolRegistration toolRegistration)
Deprecated.
This method will be removed in 0.9.0. Use
McpAsyncServer.addTool(McpServerFeatures.AsyncToolSpecification). |
McpServer.AsyncSpec |
McpServer.AsyncSpec.tools(McpServerFeatures.AsyncToolRegistration... toolRegistrations)
Deprecated.
Adds multiple tools with their handlers to the server using varargs.
|
| Modifier and Type | Method and Description |
|---|---|
McpServer.AsyncSpec |
McpServer.AsyncSpec.tools(List<McpServerFeatures.AsyncToolRegistration> toolRegistrations)
Deprecated.
Adds multiple tools with their handlers to the server using a List.
|
Copyright © 2025. All rights reserved.