Skip to content

Commit e579bff

Browse files
docs(types): use bare RequiresInput link (cross-package path failed to resolve)
1 parent 50ae3b7 commit e579bff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/core/src/types/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ export interface InputRequest {
207207
* complete without client input (sampling, elicitation). The client services
208208
* {@linkcode IncompleteResult.inputRequests | inputRequests} and retries the same request
209209
* with {@linkcode InputResponseRequestParams.inputResponses | inputResponses}. Handlers
210-
* normally do not return this directly; throwing
211-
* {@linkcode @modelcontextprotocol/core!shared/dispatcher.RequiresInput | RequiresInput}
210+
* normally do not return this directly; throwing {@linkcode RequiresInput}
212211
* (or calling `ctx.mcpReq.send` with no backchannel) emits it.
213212
*/
214213
export interface IncompleteResult extends Result {

0 commit comments

Comments
 (0)