File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments