Skip to content

Commit 1f6c506

Browse files
committed
Add help
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 8be25d4 commit 1f6c506

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

mcpgateway/templates/admin.html

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,32 @@
2525

2626
<body class="bg-gray-100">
2727
<div class="w-full max-w-screen-2xl mx-auto px-4 py-8">
28-
<header class="mb-8">
29-
<h1 class="text-3xl font-bold text-gray-800">
30-
MCP Context Forge - Gateway Administration
31-
</h1>
32-
<p class="text-gray-600">
33-
Manage tools, resources, prompts, servers, and federated gateways (remote MCP servers).
34-
</p>
35-
</header>
28+
<header class="mb-8">
29+
<h1 class="text-3xl font-bold text-gray-800">
30+
MCP Context Forge – Gateway Administration
31+
</h1>
32+
33+
<p class="text-gray-600">
34+
Manage tools, resources, prompts, servers, and federated gateways
35+
(remote MCP servers)
36+
<span class="mx-2 text-gray-400">|</span>
37+
<a
38+
href="https://ibm.github.io/mcp-context-forge/"
39+
target="_blank"
40+
class="text-indigo-600 hover:underline"
41+
> Docs</a
42+
>
43+
<span class="mx-2 text-gray-400">|</span>
44+
<a
45+
href="https://github.com/IBM/mcp-context-forge"
46+
target="_blank"
47+
class="text-indigo-600 hover:underline"
48+
>⭐ Star mcp-context-forge on GitHub</a
49+
>
50+
</p>
51+
</header>
52+
53+
3654

3755
<!-- Tabs -->
3856
<div class="mb-8">

0 commit comments

Comments
 (0)