Package dev.tachyonmcp.api.server.domain
Interface UrlInputRequest
- All Superinterfaces:
InputRequest
Requests user input by opening a URL (e.g. for OAuth or form fill).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UrlInputRequest.Builderbuilder()default voidcheck()Identifier linking the response back to the elicitation context.message()Prompt message shown to the user.static UrlInputRequesturl()URL to open for user input.