Package io.micronaut.mcp.annotations
Annotation Interface ResourceCompletion
Method annotation to define an MCP Resource Completion.
Requesting Completions
Micronaut registers Resource Completion singletons for beans with executable methods (e.g. methods in a class annotated with `@Singleton`) annotated with
ResourceCompletion
.-
Required Element Summary
Required Elements
-
Element Details
-
uri
String uri- Returns:
- The resource's uri this completion refers to.
-