We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ae3b7 commit e579bffCopy full SHA for e579bff
1 file changed
packages/core/src/types/types.ts
@@ -207,8 +207,7 @@ export interface InputRequest {
207
* complete without client input (sampling, elicitation). The client services
208
* {@linkcode IncompleteResult.inputRequests | inputRequests} and retries the same request
209
* with {@linkcode InputResponseRequestParams.inputResponses | inputResponses}. Handlers
210
- * normally do not return this directly; throwing
211
- * {@linkcode @modelcontextprotocol/core!shared/dispatcher.RequiresInput | RequiresInput}
+ * normally do not return this directly; throwing {@linkcode RequiresInput}
212
* (or calling `ctx.mcpReq.send` with no backchannel) emits it.
213
*/
214
export interface IncompleteResult extends Result {
0 commit comments