| Package | Description |
|---|---|
| org.tio.http.mcp.schema | |
| org.tio.http.mcp.server |
| Modifier and Type | Method and Description |
|---|---|
List<McpTool> |
McpListToolsResult.getTools() |
| Modifier and Type | Method and Description |
|---|---|
void |
McpListToolsResult.setTools(List<McpTool> tools) |
| Constructor and Description |
|---|
McpListToolsResult(List<McpTool> tools,
String nextCursor) |
| Modifier and Type | Method and Description |
|---|---|
McpTool |
McpToolSpecification.getTool() |
| Modifier and Type | Method and Description |
|---|---|
McpServer |
McpServer.tool(McpTool tool,
BiFunction<McpServerSession,Map<String,Object>,McpCallToolResult> handler)
Adds a single tool with its implementation handler to the server.
|
| Constructor and Description |
|---|
McpToolSpecification(McpTool tool,
BiFunction<McpServerSession,Map<String,Object>,McpCallToolResult> call) |
Copyright © 2025. All rights reserved.