1 parent 588c02f commit 90ec244Copy full SHA for 90ec244
1 file changed
src/app/page.tsx
@@ -621,6 +621,12 @@ export default function HomePage() {
621
<div className="flex items-center gap-2">
622
<ProtocolBadge name="MCP" endpoint="/api/mcp" />
623
<ProtocolBadge name="ACP" endpoint="/api/acp" />
624
+ <a
625
+ href="/settings/agents"
626
+ className="px-2.5 py-1 rounded-md bg-indigo-50 dark:bg-indigo-900/20 text-[11px] font-medium text-indigo-600 dark:text-indigo-300"
627
+ >
628
+ Install Agents
629
+ </a>
630
<a
631
href="/mcp-tools"
632
className="px-2.5 py-1 rounded-md bg-blue-50 dark:bg-blue-900/20 text-[11px] font-medium text-blue-600 dark:text-blue-300"
0 commit comments