Skip to content

Commit 34a70a2

Browse files
authored
Add MCP terms to glossary (#1542)
1 parent 3033f19 commit 34a70a2

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

local-antora-playbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
site:
22
title: Redpanda Docs
3-
start_page: home:ROOT:index.adoc
3+
start_page: ROOT:get-started:intro-to-events.adoc
44
url: http://localhost:5002
55
content:
66
sources:
77
- url: .
88
branches: HEAD
99
- url: https://github.com/redpanda-data/documentation
10-
branches: [v/*,site-search, home, api]
10+
branches: [main, v/*,site-search, home, api]
1111
ui:
1212
bundle:
1313
url: https://github.com/redpanda-data/docs-ui/releases/latest/download/ui-bundle.zip
@@ -23,4 +23,4 @@ antora:
2323
extensions:
2424
- require: '@redpanda-data/docs-extensions-and-macros/extensions/unlisted-pages'
2525
- require: '@redpanda-data/docs-extensions-and-macros/extensions/add-global-attributes'
26-
- require: '@redpanda-data/docs-extensions-and-macros/extensions/aggregate-terms'
26+
- require: '@redpanda-data/docs-extensions-and-macros/extensions/aggregate-terms'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
=== MCP tool
2+
:term-name: MCP tool
3+
:hover-text: A function that an AI assistant can call to perform a specific task, such as fetching data from an API, querying a database, or processing streaming data. Each tool is defined using Redpanda Connect components and annotated with MCP metadata.
4+
:category: Redpanda Connect
5+
6+
ifndef::env-cloud[]
7+
For more information, see xref:redpanda-connect:ai-agents:mcp-server/concepts.adoc[].
8+
endif::[]
9+
10+
ifdef::env-cloud[]
11+
For more information, see xref:redpanda-cloud:ai-agents:mcp/remote/concepts.adoc[].
12+
endif::[]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== Redpanda Connect MCP server
2+
:term-name: Redpanda Connect MCP server
3+
:hover-text: A process that exposes Redpanda Connect components to MCP clients. You write each tool's logic using Redpanda Connect configurations and annotate them with MCP metadata so clients can discover and invoke them.
4+
:category: Redpanda Connect
5+
6+
For more information, see xref:redpanda-connect:ai-agents:mcp-server/overview.adoc[].
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
=== Redpanda Connect
2+
:term-name: Redpanda Connect
3+
:hover-text: A framework for building data streaming applications using declarative YAML configurations. Redpanda Connect provides components such as inputs, processors, outputs, and caches to define data flows and transformations.
4+
:category: Redpanda Connect
5+
6+
ifndef::env-cloud[]
7+
For more information, see xref:redpanda-connect:ROOT:about.adoc[].
8+
endif::[]
9+
10+
ifdef::env-cloud[]
11+
For more information, see xref:redpanda-cloud:develop:connect/about.adoc[].
12+
endif::[]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=== Remote MCP
2+
:term-name: Remote MCP
3+
:hover-text: An MCP server hosted in your Redpanda Cloud cluster. It exposes custom tools that AI assistants can call to access your data and workflows.
4+
:category: Redpanda Cloud
5+
6+
For more information, see xref:redpanda-cloud:ai-agents:mcp/remote/overview.adoc[].

0 commit comments

Comments
 (0)