From 27226df1bc1a588ce3f1f80ca1e4e478cf180daf Mon Sep 17 00:00:00 2001 From: Edgars Date: Mon, 15 Jun 2026 10:06:00 +0100 Subject: [PATCH] docs: add Docs MCP health check fallback --- pages/developers/intelligent-contracts/tooling-setup.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/developers/intelligent-contracts/tooling-setup.mdx b/pages/developers/intelligent-contracts/tooling-setup.mdx index 39022d5e..7e731f64 100644 --- a/pages/developers/intelligent-contracts/tooling-setup.mdx +++ b/pages/developers/intelligent-contracts/tooling-setup.mdx @@ -346,6 +346,15 @@ claude mcp add genlayer-docs --transport sse https://docs-mcp.genlayer.com/sse This is a hosted service — no local setup required. It provides a `search_docs` tool that searches across both the [GenLayer documentation](https://docs.genlayer.com) and the [GenLayer SDK reference](https://sdk.genlayer.com). Compatible with any MCP client (Claude Code, Cursor, Windsurf, etc.). + + **Verify the hosted Docs MCP before relying on it.** Run + `curl -I https://docs-mcp.genlayer.com/sse` and expect a non-5xx response from the + hosted service. If the endpoint returns `502` or another `5xx`, the hosted Docs MCP + is temporarily unavailable; retry later and use [docs.genlayer.com](https://docs.genlayer.com), + the [SDK reference](https://sdk.genlayer.com), or the GenLayer Skills plugin as the fallback + source for agent context. + + The boilerplate also includes a `CLAUDE.md` file pre-configured with commands, architecture context, and testing patterns — so agents understand the project structure immediately. ## Frontend Development