From b6fe607315c4fc221bd520c207236d4e880fc7dd Mon Sep 17 00:00:00 2001 From: ebembi-crdb Date: Thu, 11 Dec 2025 21:30:10 +0530 Subject: [PATCH] Enable MCP endpoint for Kapa AI widget Add data-mcp-enabled and data-mcp-server-url attributes to the Kapa widget script to enable public MCP (Model Context Protocol) access. This allows users to interact with CockroachDB documentation through MCP-compatible AI tools without requiring authentication. --- src/current/_includes/head.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/current/_includes/head.html b/src/current/_includes/head.html index 7815053ec23..2974db452cf 100755 --- a/src/current/_includes/head.html +++ b/src/current/_includes/head.html @@ -153,6 +153,8 @@ data-modal-disclaimer="This AI bot is experimental. Don't rely on it for production workloads. Always consult the official CockroachDB documentation. Interactions with this AI bot may be monitored or recorded, and your use of the AI bot is subject to the Cockroach Labs' [Terms of Use](https://www.cockroachlabs.com/website-terms-of-use/) and [Privacy policy](https://www.cockroachlabs.com/privacy/)." data-modal-y-offset="12vh" data-modal-z-index="1000" + data-mcp-enabled="true" + data-mcp-server-url="https://cockroachdb.mcp.kapa.ai" >