| Package | Description |
|---|---|
| org.tio.http.mcp.server |
| Modifier and Type | Method and Description |
|---|---|
McpServer |
McpServer.prompts(McpPromptSpecification... prompts)
Registers multiple prompts with their handlers using varargs.
|
| Modifier and Type | Method and Description |
|---|---|
McpServer |
McpServer.prompts(List<McpPromptSpecification> prompts)
Registers multiple prompts with their handlers using a List.
|
McpServer |
McpServer.prompts(Map<String,McpPromptSpecification> prompts)
Registers multiple prompts with their handlers using a Map.
|
Copyright © 2025. All rights reserved.