Skip to content

Commit b9df4ae

Browse files
committed
chore: fix header metadata in index.html
1 parent c7c9cd8 commit b9df4ae

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Deploy to GitHub Pages](https://github.com/vemonet/mcp-registry/actions/workflows/deploy.yml/badge.svg)](https://github.com/vemonet/mcp-registry/actions/workflows/deploy.yml)
44

5-
Unofficial web UI to access the [official registry](https://github.com/modelcontextprotocol/registry) for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers.
5+
Unofficial web UI to access the [official registry](https://github.com/modelcontextprotocol/registry) for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers available at **[vemonet.github.io/mcp-registry](https://vemonet.github.io/mcp-registry)**.
66

77
It lets you find available MCP servers, and easily install them into compatible clients such as [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) or [Cursor](https://cursor.com/docs/context/mcp).
88

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/mcp.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>MCP Registry</title>
8-
<meta name="description" content="Explore MCP servers" />
7+
<title>MCP Registry UI</title>
8+
<meta
9+
name="description"
10+
content="Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers"
11+
/>
912
<meta property="og:title" content="MCP Registry UI" />
10-
<meta property="og:description" content="Explore MCP servers" />
13+
<meta
14+
property="og:description"
15+
content="Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers"
16+
/>
1117
<meta property="og:type" content="website" />
12-
<meta property="og:site_name" content="MCP Registry" />
18+
<meta property="og:site_name" content="MCP Registry UI" />
1319
<script type="application/ld+json">
1420
{
1521
"@context": "https://schema.org",
1622
"@type": "WebSite",
1723
"name": "MCP Registry UI",
18-
"description": "Explore MCP servers - Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers",
24+
"description": "Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers",
1925
"url": "https://yourdomain.com",
2026
"potentialAction": {
2127
"@type": "SearchAction",

0 commit comments

Comments
 (0)