Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tidb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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 |
| [TiDB MCP Client Example](./mcp/mcp-clients/connect-query-mcp-client.py) | Python |