diff --git a/lib/mcp_registry_web/components/layouts.ex b/lib/mcp_registry_web/components/layouts.ex index e57b68a..1205fcb 100644 --- a/lib/mcp_registry_web/components/layouts.ex +++ b/lib/mcp_registry_web/components/layouts.ex @@ -73,6 +73,7 @@ defmodule McpRegistryWeb.Layouts do <.nav_link navigate={~p"/servers"} current={@active == :servers}>servers <.nav_link href={~p"/api/v0/servers"} current={false}>api <.nav_link href={~p"/llms.txt"} current={false}>llms.txt + <.nav_link href="https://gateway.mcpharbor.dev" current={false}>gateway <.theme_toggle /> <.link @@ -129,13 +130,11 @@ defmodule McpRegistryWeb.Layouts do <:link_item href={~p"/llms.txt"}>llms.txt <:link_item href={~p"/api/v0/servers"}>JSON API <:link_item href={~p"/mcp"}>MCP endpoint + <:link_item href="https://gateway.mcpharbor.dev">MCP Gateway <.footer_column title="Project"> - <:link_item href="https://github.com/lbesecker195/MCP_Registry"> - Source on GitHub - - <:link_item href="https://github.com/lbesecker195/MCP_Registry/wiki">Wiki + <:link_item navigate={~p"/book"}>The book <:link_item href="https://seriouslysimpleanalytics.com"> Seriously Simple Analytics @@ -145,17 +144,22 @@ defmodule McpRegistryWeb.Layouts do