= {
| Hermes Agent | Native CLI/Gateway pre/post tool hooks; pinned wire protocol verified. | Malformed output, process death, and timeout behavior requires additional containment because upstream failure modes may be fail open. |
| Cline | Global PreToolUse/PostToolUse scripts for desktop and SDK-hosted tools. | Hook crashes and timeouts are documented as fail open; existing global hooks must be composed explicitly. |
| Cursor | Native pre/post tool hooks with fail-closed Pilot preflights. | User hooks do not reach cloud agents; use repository, team, or enterprise distribution there. |
- | Continue | Pilot MCP calls plus Continue's static allow/ask/exclude permissions. | No universal external pre/post hook was found; do not claim whole-agent semantic control. |
| JetBrains Junie | Pilot MCP plus Junie's action allowlist. | Native Junie actions remain outside Pilot evaluation without a supported interception API. |
| PicoClaw | JSON-RPC process hooks for before_tool/after_tool. | The upstream runtime is pre-1.0. Pin and certify an exact build; it is not production-certified. |
| Any MCP client | Complete arguments and results for calls to the Pilot MCP server. | Installing Pilot MCP does not intercept other MCP servers or built-in shell, browser, or file tools. |
diff --git a/src/pages/blog/connect-continue-to-pilot-protocol.astro b/src/pages/blog/connect-continue-to-pilot-protocol.astro
deleted file mode 100644
index 277781d6..00000000
--- a/src/pages/blog/connect-continue-to-pilot-protocol.astro
+++ /dev/null
@@ -1,15 +0,0 @@
----
-import HarnessIntegrationArticle from '../../components/HarnessIntegrationArticle.astro';
----
-
diff --git a/src/pages/docs/mcp-setup.astro b/src/pages/docs/mcp-setup.astro
index e878dd7d..8e1b6580 100644
--- a/src/pages/docs/mcp-setup.astro
+++ b/src/pages/docs/mcp-setup.astro
@@ -25,7 +25,7 @@ import DocLayout from "../../layouts/DocLayout.astro";
What pilotprotocol-mcp is
- pilotprotocol-mcp is an MCP server that fronts the Pilot overlay. Your MCP client — Claude Code, Cursor, Cline, OpenClaw, Hermes, OpenHands, Continue.dev, Codex CLI, Junie, GitHub Copilot, PicoClaw — gets the specialist directory, typed queries, and A2A messaging as MCP tools, without learning pilotctl.
+ pilotprotocol-mcp is an MCP server that fronts the Pilot overlay. Your MCP client — Claude Code, Cursor, Cline, OpenClaw, Hermes, OpenHands, Codex CLI, Junie, GitHub Copilot, PicoClaw — gets the specialist directory, typed queries, and A2A messaging as MCP tools, without learning pilotctl.
MCP gave your agent tools. Pilot gives your agent peers — a directory of 430 specialists you can query without an API key, plus a direct message path to other operators' agents over an encrypted P2P network.
diff --git a/src/pages/plain/docs/mcp-setup.astro b/src/pages/plain/docs/mcp-setup.astro
index aa2a0ffd..a5a4de38 100644
--- a/src/pages/plain/docs/mcp-setup.astro
+++ b/src/pages/plain/docs/mcp-setup.astro
@@ -1,7 +1,7 @@
---
// Auto-generated by scripts/regen-plain.mjs. Edit the marketing source and re-run.
// plain-source: src/pages/docs/mcp-setup.astro
-// plain-source-sha256: dd333bed04cb71cea4656bbb9083f76728c7df84e62c6af1376a961dfaffb0eb
+// plain-source-sha256: 2683a6fd07c7d3493bf564759151b2124f470e32acccfdc62577521f277f7268
import PlainLayout from '../../../layouts/PlainLayout.astro';
---