Skip to content

Commit 76b01d7

Browse files
committed
MCP: Update README
1 parent be02bbf commit 76b01d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

framework/mcp/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ program.
2828
database schemas and execute read-only queries. It is written in TypeScript,
2929
to be invoked with [npx].
3030

31+
- `example_cratedb_mcp.py`:
32+
The [CrateDB MCP Server] specialises on advanced CrateDB SQL operations by blending in
33+
knowledge base resources from CrateDB's documentation about query optimizations.
34+
It is written in Python, optionally to be invoked with `uv` or `uvx`.
35+
3136
- `example_dbhub.py`: Exercise communication using [DBHub], a universal database
3237
gateway implementing the Model Context Protocol (MCP) server interface. This
3338
gateway allows MCP-compatible clients to connect to and explore different databases.
@@ -46,11 +51,6 @@ program.
4651
and includes advanced client programs for Claude and Gemini that work out of the box.
4752
It is written in Python, optionally to be invoked with `uv` or `uvx`.
4853

49-
- `example_cratedb_mcp.py`:
50-
The [CrateDB MCP Server] specialises on advanced CrateDB SQL operations by blending in
51-
knowledge base resources from CrateDB's documentation about query optimizations.
52-
It is written in Python, optionally to be invoked with `uv` or `uvx`.
53-
5454
## Resources
5555

5656
- Read a [brief introduction to MCP] by ByteByteGo.

0 commit comments

Comments
 (0)