From c8098d01a8bc9cde4f2d0e15d5c26539c498ba22 Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Mon, 28 Jul 2025 10:34:52 +0800 Subject: [PATCH] docs: update README.md to add more MCP tools --- tidb/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tidb/README.md b/tidb/README.md index d1849a5..affdd6c 100644 --- a/tidb/README.md +++ b/tidb/README.md @@ -40,6 +40,10 @@ The TiDB MCP server provides the following tools for database interaction: - **list_tables** - List all tables in the database - **describe_table** - Get table schema and structure information - **get_table_data** - Retrieve data from specific tables +- **do_create_user** - Create new db user +- **db_remove_user** - Remove existing db user +- **show_databases** - Show all databases +- **switch_database** - Change database to another one, equals to "use another_db" #### Example Questions You Can Ask: @@ -56,4 +60,4 @@ The TiDB MCP server provides the following tools for database interaction: | --- | --- | | [Build a Text Retrieve Example with TiDB, Amazon Titan Text Embeddings V2, Amazon Bedrock and Boto3](./samples/tidb-bedrock-boto3-text.ipynb) | Python | | [Build a RAG Example with TiDB, Meta Llama 3, Amazon Bedrock and Boto3](./samples/tidb-bedrock-boto3-rag.ipynb) | Python | -| [TiDB MCP Client Example](./mcp/mcp-clients/connect-query-mcp-client.py) | Python | \ No newline at end of file +| [TiDB MCP Client Example](./mcp/mcp-clients/connect-query-mcp-client.py) | Python |