Skip to content

Commit 8eae450

Browse files
committed
Minior tweaks
1 parent 4d01aa7 commit 8eae450

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/protocol/initialization.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ Capabilities may specify the availability of protocol methods, notifications, or
8484

8585
### Client Capabilities
8686

87-
The Client **SHOULD** specify whether it supports the following capability.
87+
The Client **SHOULD** specify whether it supports the following capability:
8888

8989
#### FileSystem
9090

91-
The Client **MAY** expose its FileSystem abstraction to various degrees. This may allow Agents to access unsaved buffer state, and Clients to track Agent changes directly.
91+
The Client **MAY** expose its FileSystem abstraction to varying degree:
9292

9393
- `readTextFile`: The `fs/read_text_file` method is available.
9494
- `writeTextFile`: The `fs/write_text_file` method is available.
9595

9696
### Agent Capabilities
9797

98-
The Agent **SHOULD** specify whether it supports the following capabilities.
98+
The Agent **SHOULD** specify whether it supports the following capabilities:
9999

100100
- `loadSession`: The `session/load` method is available.
101101
- `promptCapabilities`: Object indicating the different types of content that may be included in `session/prompt` requests.

0 commit comments

Comments
 (0)