Callback for providing autocompletion suggestions.
Used on resource templates (for URI template variables) and prompts (for prompt arguments). The callback is invoked when a client sends a completion/complete request.
completion/complete
Name of the argument/variable being completed
Current partial value typed by the user
Completion suggestions
Callback for providing autocompletion suggestions.
Used on resource templates (for URI template variables) and prompts (for prompt arguments). The callback is invoked when a client sends a
completion/completerequest.