Commit 2f354a8
committed
Suppress redundant attributes in Resources
According to the specification, the following attributes are optional,
so using `compact` ensures consistency.
- `description`: Optional description
- `mimeType`: Optional MIME type
- `size`: Optional size in bytes
https://modelcontextprotocol.io/specification/2025-03-26/server/resources#resource1 parent 91219d3 commit 2f354a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments