Skip to content

Commit 99c2c56

Browse files
Merge pull request modelcontextprotocol#1965 from koic/add_theme_to_icons_in_overview
[Docs] Add `theme` to `icons` in Base Protocol Overview
2 parents 6924a8c + c8e6869 commit 99c2c56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/specification/2025-11-25/basic/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Icons are represented as an array of `Icon` objects, where each icon includes:
227227
- A data URI with base64-encoded image data
228228
- `mimeType`: Optional MIME type if the server's type is missing or generic
229229
- `sizes`: Optional array of size specifications (e.g., `["48x48"]`, `["any"]` for scalable formats like SVG, or `["48x48", "96x96"]` for multiple sizes)
230+
- `theme`: Optional theme preference (`light` or `dark`) for the icon background
230231

231232
**Required MIME type support:**
232233

docs/specification/draft/basic/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Icons are represented as an array of `Icon` objects, where each icon includes:
227227
- A data URI with base64-encoded image data
228228
- `mimeType`: Optional MIME type if the server's type is missing or generic
229229
- `sizes`: Optional array of size specifications (e.g., `["48x48"]`, `["any"]` for scalable formats like SVG, or `["48x48", "96x96"]` for multiple sizes)
230+
- `theme`: Optional theme preference (`light` or `dark`) for the icon background
230231

231232
**Required MIME type support:**
232233

0 commit comments

Comments
 (0)