Skip to content

Commit 2aedf91

Browse files
authored
Merge branch 'main' into main
2 parents d110191 + b9d368f commit 2aedf91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ npm install # install dependencies
2929
```
3030

3131
## Making Changes
32+
Note that schema changes are made to `schema.ts`. `schema.json` is generated from `schema.ts`
33+
using `npm run validate:schema`.
3234

3335
1. Create a new branch:
3436
```bash

docs/specification/client/roots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ However, implementations are free to expose roots through any interface pattern
2020

2121
## Capabilities
2222

23-
Clients that support prompts **MUST** declare the `roots` capability during [initialization]({{< ref "/specification/basic/lifecycle#initialization" >}}):
23+
Clients that support roots **MUST** declare the `roots` capability during [initialization]({{< ref "/specification/basic/lifecycle#initialization" >}}):
2424

2525
```json
2626
{

0 commit comments

Comments
 (0)