Skip to content

Commit 4e09f12

Browse files
authored
Remove 'Accept response' message from URL Mode Elicitation Required Error Flow
As demonstrated in the client `elicitationUrlExample.ts` sample in the TypeScript SDK, this response is discarded which makes sense because there's no elicitation request in this case to respond to, just a URLElicitationRequiredError. https://github.com/modelcontextprotocol/typescript-sdk/blob/0c1cbf0d37199ffa1bb6e119bd855cd0add930b3/src/examples/client/elicitationUrlExample.ts#L716
1 parent a94917e commit 4e09f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/specification/draft/client/elicitation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ sequenceDiagram
513513
User-->>Client: Provide consent
514514
515515
Client->>UserAgent: Open URL
516-
Client->>Server: Accept response
517516
518517
Note over User,UserAgent: User interaction
519518

0 commit comments

Comments
 (0)