Skip to content

Commit 71111ff

Browse files
Document Resource.size in concepts/resources.mdx
This field was added in modelcontextprotocol#132.
1 parent fb34d1d commit 71111ff

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)