-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.54 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/mcp.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MCP Registry UI</title>
<meta
name="description"
content="Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers"
/>
<meta property="og:title" content="MCP Registry UI" />
<meta
property="og:description"
content="Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MCP Registry UI" />
<meta property="og:image" content="https://vemonet.github.io/mcp-registry/mcp.svg" />
<meta property="og:logo" content="https://vemonet.github.io/mcp-registry/mcp.svg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "MCP Registry UI",
"description": "Unofficial web UI to explore the official registry for Model Context Protocol (MCP) servers",
"url": "https://yourdomain.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://vemonet.github.io/mcp-registry?search={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>