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 4a9216f + b0223a4 commit dcd951aCopy full SHA for dcd951a
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