Skip to content

Commit 5c7286b

Browse files
authored
Merge pull request modelcontextprotocol#781 from modelcontextprotocol/davidsp/fix-elicitation-diagram-order
[spec] make user appear on the left side of the elicitation diagram
2 parents 2651e02 + 72e06b7 commit 5c7286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/client/elicitation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ To request information from a user, servers send an `elicitation/create` request
179179

180180
```mermaid
181181
sequenceDiagram
182-
participant Server
183-
participant Client
184182
participant User
183+
participant Client
184+
participant Server
185185
186186
Note over Server,Client: Server initiates elicitation
187187
Server->>Client: elicitation/create

0 commit comments

Comments
 (0)