Skip to content

Commit dcd951a

Browse files
authored
Merge branch 'main' into main
2 parents 4a9216f + b0223a4 commit dcd951a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/concepts/resources.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Servers expose a list of concrete resources via the `resources/list` endpoint. E
8080
name: string; // Human-readable name
8181
description?: string; // Optional description
8282
mimeType?: string; // Optional MIME type
83+
size?: number; // Optional size in bytes
8384
}
8485
```
8586

0 commit comments

Comments
 (0)