We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb34d1d + 71111ff commit b0223a4Copy full SHA for b0223a4
docs/docs/concepts/resources.mdx
@@ -80,6 +80,7 @@ Servers expose a list of concrete resources via the `resources/list` endpoint. E
80
name: string; // Human-readable name
81
description?: string; // Optional description
82
mimeType?: string; // Optional MIME type
83
+ size?: number; // Optional size in bytes
84
}
85
```
86
0 commit comments