Skip to content

Commit 56e3c1e

Browse files
committed
Docs
1 parent b88a946 commit 56e3c1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/protocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The protocol defines a set of lifecycle messages that manage the connection and
5858
```mermaid
5959
sequenceDiagram
6060
autonumber
61-
participant C as Client / Editor
61+
participant C as Editor (ECA client)
6262
participant S as ECA Server
6363
C->>+S: initialize (request)
6464
Note right of S: Save workspace-folders/capabilties
@@ -78,7 +78,7 @@ The protocol defines a set of lifecycle messages that manage the connection and
7878
```mermaid
7979
sequenceDiagram
8080
autonumber
81-
participant C as Client / Editor
81+
participant C as Editor (ECA client)
8282
participant S as ECA Server
8383
C->>+S: shutdown
8484
Note right of S: Finish MCP servers process
@@ -274,7 +274,7 @@ _Notification:_
274274
```mermaid
275275
sequenceDiagram
276276
autonumber
277-
participant C as Client / Editor
277+
participant C as Editor (ECA client)
278278
participant S as ECA Server
279279
participant L as LLM
280280
C->>+S: chat/prompt
@@ -302,7 +302,7 @@ _Notification:_
302302
```mermaid
303303
sequenceDiagram
304304
autonumber
305-
participant C as Client / Editor
305+
participant C as Editor (ECA client)
306306
participant S as ECA Server
307307
participant L as LLM
308308
C->>S: chat/prompt

0 commit comments

Comments
 (0)