Package io.micronaut.mcp.conf
Interface ResourcesConfiguration
- All Superinterfaces:
McpPrimitiveConfiguration
MCP Resources configuration.
- Since:
- 1.0.0
-
Field Summary
FieldsFields inherited from interface io.micronaut.mcp.conf.McpPrimitiveConfiguration
DEFAULT_LIST_CHANGED
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
DEFAULT_SUBSCRIBE
static final boolean DEFAULT_SUBSCRIBE- See Also:
-
-
Method Details
-
isSubscribe
default boolean isSubscribe()- Returns:
- whether the client can subscribe to be notified of changes to individual resources.
-
isListChanged
default boolean isListChanged()- Specified by:
isListChanged
in interfaceMcpPrimitiveConfiguration
- Returns:
- whether the server will emit notifications when the list of available resources changes.
-