Skip to content

Commit 35fc5e0

Browse files
feat: mcp gateway in product nav (#70)
1 parent 743fa1c commit 35fc5e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/nav/MainNav.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ const MainNav = () => {
116116
icon: <IconAiGateway />,
117117
url: 'https://traefik.io/solutions/ai-gateway/',
118118
},
119+
{
120+
title: 'MCP Gateway',
121+
external: true,
122+
icon: <McpGatewayIcon />,
123+
url: 'https://traefik.io/solutions/mcp-gateway/',
124+
}
119125
]}
120126
/>
121127
<Product

0 commit comments

Comments
 (0)