File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments