From 588031d5ef00a99f20f98fde00c83fcc31a8da73 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 23 Jul 2026 08:51:44 +0000 Subject: [PATCH] feat(web): add WebMCP callout to the homepage Surface the WebMCP integration above the fold's "next" links with a bordered callout listing the four agent tools and linking to /docs#agents. Previously only discoverable deep in /docs. Co-Authored-By: Claude Opus 4.8 --- apps/web/src/app/page.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 64f64ba..b9fe83a 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -45,6 +45,24 @@ $ c0mpute infernet run prompts.jsonl --model qwen`} $ c0mpute uninstall --all # remove c0mpute and peer binaries`} +
+

// for ai agents ยท webmcp

+
+

+ This site speaks{" "} + WebMCP. A + browser AI agent can call c0mpute tools directly โ€”{" "} + c0mpute_list_plugins,{" "} + c0mpute_network_status,{" "} + c0mpute_latest_release,{" "} + c0mpute_install_command โ€” no scraping. +

+

+ โ†’ docs / ai agents +

+
+
+

// next