Skip to content

Commit a8e28b1

Browse files
committed
chore: remove database column
1 parent fbeb2e6 commit a8e28b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/components/prompts.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ MCP Prompts provide AI-assisted capabilities for database operations. These prom
66

77
## Supported Prompts
88

9-
| Prompt | Command Name | PostgreSQL | MySQL | MariaDB | SQL Server | SQLite |
10-
| ------------------- | -------------- | :--------: | :---: | :-----: | :--------: | ------ |
11-
| Generate SQL | `generate_sql` | |||||
12-
| Explain DB Elements | `explain_db` ||||||
9+
| Prompt | Command Name |
10+
| ------------------- | -------------- |
11+
| Generate SQL | `generate_sql` |
12+
| Explain DB Elements | `explain_db` |
1313

1414
## Generate SQL
1515

docs/components/tools.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ MCP Tools enable executable operations on the database. DBHub provides SQL execu
66

77
## Supported Tools
88

9-
| Tool | Command Name | Description | PostgreSQL | MySQL | MariaDB | SQL Server | SQLite |
10-
| ----------- | ------------- | ------------------------------------------------------------------- | :--------: | :---: | :-----: | :--------: | ------ |
11-
| Execute SQL | `execute_sql` | Execute single or multiple SQL statements (separated by semicolons) ||||||
9+
| Tool | Command Name | Description |
10+
| ----------- | ------------- | ------------------------------------------------------------------- |
11+
| Execute SQL | `execute_sql` | Execute single or multiple SQL statements (separated by semicolons) |
1212

1313
## Execute SQL
1414

0 commit comments

Comments
 (0)