Skip to content

Commit 72e06b7

Browse files
committed
[spec] make user appear on the left side of the elicitation diagram
Diagrams flow left to right in the MCP specification, with the user being leftmost.
1 parent 500fde3 commit 72e06b7

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)