| Package | Description |
|---|---|
| org.tio.http.mcp.schema |
| Modifier and Type | Method and Description |
|---|---|
McpRole |
McpPromptMessage.getRole() |
static McpRole |
McpRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McpRole[] |
McpRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<McpRole> |
McpAnnotations.getAudience() |
List<McpRole> |
McpTextContent.getAudience() |
List<McpRole> |
McpImageContent.getAudience() |
| Modifier and Type | Method and Description |
|---|---|
void |
McpPromptMessage.setRole(McpRole role) |
| Modifier and Type | Method and Description |
|---|---|
void |
McpAnnotations.setAudience(List<McpRole> audience) |
void |
McpTextContent.setAudience(List<McpRole> audience) |
void |
McpImageContent.setAudience(List<McpRole> audience) |
| Constructor and Description |
|---|
McpTextContent(List<McpRole> audience,
Double priority,
String text) |
Copyright © 2025. All rights reserved.