Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b6fe607
Enable MCP endpoint for Kapa AI widget
Dec 11, 2025
081fbea
Merge branch 'main' into enable-kapa-mcp-endpoint
kikiya Dec 15, 2025
d6bb295
Enable Algolia live search with Kapa AI integration
Dec 15, 2025
f330203
Merge branch 'enable-kapa-mcp-endpoint' of https://github.com/cockroa…
Dec 15, 2025
3e3ca59
Merge branch 'main' into enable-kapa-mcp-endpoint
kikiya Dec 15, 2025
6fca799
Add CockroachDB Docs MCP documentation page
Dec 18, 2025
efc78a0
Merge branch 'main' into enable-kapa-mcp-endpoint
ebembi-crdb Dec 18, 2025
767def8
Address PR review comments for docs-mcp-integration.md
Dec 18, 2025
355e8a4
Finalize CockroachDB Docs MCP Server integration
Dec 19, 2025
2d5bced
Add docs-mcp-integration.md to version directories to fix build
Dec 19, 2025
626487a
Merge branch 'main' into enable-kapa-mcp-endpoint
ebembi-crdb Dec 19, 2025
e0ee1a2
Restrict Kapa widget search to docs source only
Dec 22, 2025
4b7ff7b
Merge main into enable-kapa-mcp-endpoint
Jan 6, 2026
5108e0e
Remove docs-mcp-integration.md from deleted versions
Jan 6, 2026
a4040bd
Fix markdown list formatting in troubleshooting section
Jan 7, 2026
6d68780
Fix code block and list formatting in MCP docs
Jan 7, 2026
597ffb8
Remove Kapa AI references from MCP docs feedback section
Jan 7, 2026
7765938
Trigger CI
Jan 7, 2026
9d457e3
Merge branch 'main' into enable-kapa-mcp-endpoint
ebembi-crdb Jan 7, 2026
a821e44
Remove Kapa AI references from all versioned MCP docs
Jan 7, 2026
a9c63fc
Merge branch 'main' into enable-kapa-mcp-endpoint
ebembi-crdb Jan 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/current/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
</script>

<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.3/dist/jquery.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="{{ 'js/searchInputRendering.js' | relative_url }}"></script>
<!-- Algolia client for autocomplete -->
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@4.14.3/dist/algoliasearch-lite.umd.min.js"></script>
<!-- Algolia Autocomplete with Kapa Integration -->
<script src="{{ 'js/algoliaAutocomplete.js' | relative_url }}"></script>

{%- comment -%} Add the Brand Website segment source and fire a page impression. {%- endcomment -%}
<script>
Expand Down Expand Up @@ -153,6 +158,11 @@
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"
data-search-mode-enabled="true"
data-search-source-ids-include="142a5371-2b4f-4d42-91aa-9c18142991d5"
data-modal-open-on-command-k="true"
></script>

<style>
Expand Down
55 changes: 54 additions & 1 deletion src/current/_includes/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,60 @@
<img width="16" src="{{ 'images/icon-search.svg' | relative_url }}" alt="search">
</span>
</div>
<input type="text" class="form-control border-0" placeholder="Search" aria-label="Search" aria-describedby="basic-addon1">
<input
id="search-input"
type="text"
class="form-control border-0"
placeholder="Search"
aria-label="Search"
aria-describedby="basic-addon1"
>
<div class="input-group-append">
<button
id="mcp-dropdown-toggle"
class="btn btn-outline-primary dropdown-toggle"
type="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
title="AI & MCP Tools"
>
<i class="fas fa-robot"></i> AI
</button>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="mcp-dropdown-toggle" style="min-width: 250px;">
<h6 class="dropdown-header">AI Assistant</h6>
<button
class="dropdown-item"
type="button"
onclick="if(window.Kapa) { window.Kapa.open(); } else { alert('AI Assistant not available'); }"
>
<i class="fas fa-comments"></i> Ask AI Assistant
</button>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">MCP Integration</h6>
<button
class="dropdown-item"
type="button"
onclick="if(window.Kapa) { window.Kapa.open(); alert('Connect to MCP server at: https://cockroachdb.mcp.kapa.ai'); } else { alert('MCP not available'); }"
>
<i class="fas fa-plug"></i> Connect with MCP
</button>
<button
class="dropdown-item"
type="button"
onclick="window.open('https://docs.kapa.ai/dev/kapa-mcp', '_blank')"
>
<i class="fas fa-book"></i> MCP Documentation
</button>
<button
class="dropdown-item"
type="button"
onclick="window.open('https://www.cockroachlabs.com/docs/stable/mcp-setup', '_blank')"
>
<i class="fas fa-cog"></i> Setup Guide
</button>
</div>
</div>
</div>
<ul class="navbar-nav">
<li class="nav-item text-nowrap mb-0">
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v23.1/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v23.2/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v24.1/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v24.2/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v24.3/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v25.1/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v25.2/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v25.3/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v25.4/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
6 changes: 6 additions & 0 deletions src/current/_includes/v26.1/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"https://www.cockroachlabs.com/docs/api/cluster/v2"
]
},
{
"title": "Docs MCP Server",
"urls": [
"/${VERSION}/docs-mcp-integration.html"
]
},
{
"title": "Cluster Settings",
"urls": [
Expand Down
Loading
Loading