@@ -109,6 +109,7 @@ The client should disconnect, if it doesn't support this version.
109109
110110</ResponseField >
111111
112+ <a id = " session-cancel" ></a >
112113### <span class = " font-mono" >session/cancel</span >
113114
114115Cancels ongoing operations for a session.
@@ -142,6 +143,7 @@ See protocol docs: [Cancellation](https://agentclientprotocol.com/protocol/promp
142143 The ID of the session to cancel operations for.
143144</ResponseField >
144145
146+ <a id = " session-load" ></a >
145147### <span class = " font-mono" >session/load</span >
146148
147149Loads an existing session to resume a previous conversation.
@@ -193,6 +195,7 @@ See protocol docs: [Loading Sessions](https://agentclientprotocol.com/protocol/s
193195 The ID of the session to load.
194196</ResponseField >
195197
198+ <a id = " session-new" ></a >
196199### <span class = " font-mono" >session/new</span >
197200
198201Creates a new conversation session with the agent.
@@ -254,6 +257,7 @@ Used in all subsequent requests for this conversation.
254257
255258</ResponseField >
256259
260+ <a id = " session-prompt" ></a >
257261### <span class = " font-mono" >session/prompt</span >
258262
259263Processes a user prompt within a session.
@@ -327,6 +331,7 @@ Clients are typically code editors (IDEs, text editors) that provide the interfa
327331between users and AI agents. They manage the environment, handle user interactions,
328332and control access to resources.
329333
334+ <a id = " fs-read_text_file" ></a >
330335### <span class = " font-mono" >fs/read_text_file</span >
331336
332337Reads content from a text file in the client's file system.
@@ -365,6 +370,7 @@ Only available if the client supports the `fs.readTextFile` capability.
365370 The session ID for this request.
366371</ResponseField >
367372
373+ <a id = " fs-write_text_file" ></a >
368374### <span class = " font-mono" >fs/write_text_file</span >
369375
370376Writes content to a text file in the client's file system.
@@ -398,6 +404,7 @@ Only available if the client supports the `fs.writeTextFile` capability.
398404 The session ID for this request.
399405</ResponseField >
400406
407+ <a id = " session-request_permission" ></a >
401408### <span class = " font-mono" >session/request_permission</span >
402409
403410Requests permission from the user for a tool call operation.
@@ -468,6 +475,7 @@ Response to a permission request.
468475 The user's decision on the permission request.
469476</ResponseField >
470477
478+ <a id = " session-update" ></a >
471479### <span class = " font-mono" >session/update</span >
472480
473481Handles session update notifications from the agent.
0 commit comments