File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ program.
28
28
database schemas and execute read-only queries. It is written in TypeScript,
29
29
to be invoked with [ npx] .
30
30
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
+
31
36
- ` example_dbhub.py ` : Exercise communication using [ DBHub] , a universal database
32
37
gateway implementing the Model Context Protocol (MCP) server interface. This
33
38
gateway allows MCP-compatible clients to connect to and explore different databases.
@@ -46,11 +51,6 @@ program.
46
51
and includes advanced client programs for Claude and Gemini that work out of the box.
47
52
It is written in Python, optionally to be invoked with ` uv ` or ` uvx ` .
48
53
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
-
54
54
## Resources
55
55
56
56
- Read a [ brief introduction to MCP] by ByteByteGo.
You can’t perform that action at this time.
0 commit comments