Skip to content

Commit b0223a4

Browse files
authored
Merge pull request modelcontextprotocol#621 from jonathanhefner/doc-resource-size-in-concepts
Document `Resource.size` in `concepts/resources.mdx`
2 parents fb34d1d + 71111ff commit b0223a4

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)