forked from core/php-mcp
fix: remove hardcoded Host UK branding from MCP portal
- Landing page: "Host UK MCP Ecosystem" → "MCP Ecosystem" - Landing page: "Host UK infrastructure" → "platform infrastructure via MCP" - Connect page: remove "Host UK" from setup guide text Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
91542fb009
commit
92faed247e
2 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold text-zinc-900 dark:text-white">Setup Guide</h1>
|
||||
<p class="mt-2 text-lg text-zinc-600 dark:text-zinc-400">
|
||||
Connect to Host UK MCP servers via HTTP API or stdio.
|
||||
Connect to MCP servers via HTTP API or stdio.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
<h3 class="text-sm font-semibold text-zinc-700 dark:text-zinc-300 mb-2">1. Get your API key</h3>
|
||||
<p class="text-zinc-600 dark:text-zinc-400 mb-4 text-sm">
|
||||
Sign in to your Host UK account to create an API key from the admin dashboard.
|
||||
Sign in to your account to create an API key from the admin dashboard.
|
||||
</p>
|
||||
|
||||
<h3 class="text-sm font-semibold text-zinc-700 dark:text-zinc-300 mb-2">2. Call a tool</h3>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
<x-layouts.mcp>
|
||||
<x-slot:title>MCP Portal</x-slot:title>
|
||||
<x-slot:description>Connect AI agents to Host UK infrastructure. Machine-readable, agent-optimised, human-friendly.</x-slot:description>
|
||||
<x-slot:description>Connect AI agents to platform infrastructure via Model Context Protocol. Machine-readable, agent-optimised, human-friendly.</x-slot:description>
|
||||
|
||||
<!-- Hero -->
|
||||
<div class="text-center mb-16">
|
||||
<h1 class="text-4xl font-bold text-zinc-900 dark:text-white mb-4">
|
||||
Host UK MCP Ecosystem
|
||||
MCP Ecosystem
|
||||
</h1>
|
||||
<p class="text-xl text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto mb-8">
|
||||
Connect AI agents to Host UK infrastructure.<br>
|
||||
Connect AI agents to platform infrastructure via MCP.<br>
|
||||
<span class="text-cyan-600 dark:text-cyan-400">Machine-readable</span> •
|
||||
<span class="text-cyan-600 dark:text-cyan-400">Agent-optimised</span> •
|
||||
<span class="text-cyan-600 dark:text-cyan-400">Human-friendly</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue