| Package | Description |
|---|---|
| org.tio.http.mcp.schema | |
| org.tio.http.mcp.server |
| Modifier and Type | Method and Description |
|---|---|
List<McpRoot> |
McpListRootsResult.getRoots() |
| Modifier and Type | Method and Description |
|---|---|
void |
McpListRootsResult.setRoots(List<McpRoot> roots) |
| Modifier and Type | Method and Description |
|---|---|
McpServer |
McpServer.rootsChangeHandler(BiConsumer<McpServerSession,List<McpRoot>> handler)
Registers a consumer that will be notified when the list of roots changes.
|
McpServer |
McpServer.rootsChangeHandlers(List<BiConsumer<McpServerSession,List<McpRoot>>> handlers)
Registers multiple consumers that will be notified when the list of roots
changes.
|
Copyright © 2025. All rights reserved.