Skip to content

Commit f70fefb

Browse files
committed
Integrate: Submit changes suggested by CodeRabbit
1 parent 9efca51 commit f70fefb

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/connect/mcp/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(mcp)=
2+
(connect-mcp)=
13
# Model Context Protocol (MCP)
24

35
```{toctree}
@@ -17,7 +19,7 @@ integration between LLM applications and external data sources and tools.
1719
MCP is sometimes described as "OpenAPI for LLMs" or as "USB-C port for AI",
1820
providing a uniform way to connect LLMs to resources they can use.
1921

20-
The main entities of MCP are [prompts], [resources], and [tools].
22+
The main entities of MCP are [Prompts], [Resources], and [Tools].
2123
MCP clients call MCP servers, either by invoking them as a subprocess and
2224
communicating via Standard Input/Output (stdio), Server-Sent Events (sse),
2325
or HTTP Streams (streamable-http), see [transports].
@@ -63,7 +65,6 @@ To get in touch with us to discuss CrateDB and MCP, please head over to
6365
the CrateDB community forum at [Introducing the CrateDB MCP Server].
6466

6567

66-
[Community Forum]: https://community.cratedb.com/
6768
[CrateDB]: https://cratedb.com/database
6869
[CrateDB Cloud]: https://cratedb.com/docs/cloud/
6970
[Introducing the CrateDB MCP Server]: https://community.cratedb.com/t/introducing-the-cratedb-mcp-server/2043

docs/integrate/influxdb/learn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(influxdb-learn)=
12
(import-influxdb)=
23
# Import data from InfluxDB
34

docs/integrate/mongodb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and [MongoDB Change Streams], to relay CDC events from MongoDB into CrateDB (`cd
3939
* - [MongoDB CDC Relay]
4040
-
4141
-
42-
- CLI `ctk load table` for streaming changes of collections into CrateDB (`full-load`).
42+
- CLI `ctk load table` for streaming changes of collections into CrateDB (`cdc`).
4343
* - {ref}`MongoDB CDC integration <cloud:integrations-mongo-cdc>`
4444
-
4545
-

docs/integrate/mysql/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```{div}
1212
:style: "float: right; margin-left: 1em"
1313
14-
[![mysql-logo](https://labs.mysql.com/common/logos/mysql-logo.svg?v2){w=180px}](https://www.mysql.com/)
14+
[![mysql-logo](https://www.mysql.com/common/logos/powered-by-mysql-167x86.png){w=180px}](https://www.mysql.com/)
1515
<br><br>
1616
[![mariadb-logo](https://mariadb.com/wp-content/themes/mariadb-2025/public/images/logo-dark.4482a1.svg){w=180px}](https://www.mariadb.com/)
1717
```

docs/integrate/streamsets/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ that can ingest and transform data from a variety of sources.
1010

1111
StreamSets Data Collector Engine makes it easy to run data pipelines from Kafka,
1212
Oracle, Salesforce, JDBC, Hive, and more to Snowflake, Databricks, S3, ADLS, Kafka
13-
and more. Data Collector Engine runs on-premises or in any cloud, wherever your data
14-
lives.
13+
and more. It runs on‑premises or in any cloud, wherever your data lives.
1514

1615
:::{rubric} Learn
1716
:::

0 commit comments

Comments
 (0)