Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk authored Dec 1, 2024
2 parents d110191 + b9d368f commit 2aedf91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ npm install # install dependencies
```

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

1. Create a new branch:
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/specification/client/roots.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, implementations are free to expose roots through any interface pattern

## Capabilities

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

```json
{
Expand Down

0 comments on commit 2aedf91

Please sign in to comment.