-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingspec complianceLabel for issues and PRs that are related to adding or fixing support for a specific spec feature.Label for issues and PRs that are related to adding or fixing support for a specific spec feature.
Description
Icons have a theme property: https://modelcontextprotocol.io/specification/2025-11-25/schema#icon
This seems to be missing here:
inspector/client/src/components/IconDisplay.tsx
Lines 2 to 6 in 2b79e36
interface Icon { src: string; mimeType?: string; sizes?: string[]; } icons?: { src: string; mimeType?: string; sizes?: string[] }[];
Very confusingly, the "History" output also omits this property, but I verified that it's being sent using Wireshark.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingspec complianceLabel for issues and PRs that are related to adding or fixing support for a specific spec feature.Label for issues and PRs that are related to adding or fixing support for a specific spec feature.