Skip to content

Commit 4f9e7fd

Browse files
committed
Use line highlight
1 parent e5e2388 commit 4f9e7fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/protocol/session-setup.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ Agents that support the `loadSession` capability allow Clients to resume previou
5151

5252
### Checking Support
5353

54-
Before attempting to load a session, Clients **MUST** verify that the Agent supports this capability by checking the `loadSession` field in the initialization response:
54+
Before attempting to load a session, Clients **MUST** verify that the Agent supports this capability by checking the `loadSession` field in the `initialize` response:
5555

56-
```json
56+
```json highlight={7}
5757
{
58-
// …
58+
"jsonrpc": "2.0",
59+
"id": 0,
5960
"result": {
6061
"protocolVersion": 1,
6162
"agentCapabilities": {
62-
"loadSession": true, // Agent supports session/load
63-
// …
64-
}
63+
"loadSession": true,
64+
},
6565
}
6666
}
6767
```

0 commit comments

Comments
 (0)