Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg">
<img src="assets/logo.svg" alt="Model Context Protocol Logo" width="600" height="87">
<img src="assets/logo.svg" alt="Model Context Protocol Logo" width="600" height="87" fetchpriority="high">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The fetchpriority attribute is currently not supported by GitHub's README renderer and will be stripped during sanitization. While it is a valid HTML attribute for performance optimization in standard web environments, it will not have the intended effect on the GitHub organization profile page. Since the primary goal of this PR is to improve LCP for visitors of the MCP organization profile, this attribute is effectively dead code in this context.

Suggested change
<img src="assets/logo.svg" alt="Model Context Protocol Logo" width="600" height="87" fetchpriority="high">
<img src="assets/logo.svg" alt="Model Context Protocol Logo" width="600" height="87">

</picture>
</p>

Expand Down
2 changes: 1 addition & 1 deletion profile/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading