You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tiger CLI
2
2
3
-
Tiger CLI is the command-line interface for managing databases on Tiger Cloud.
3
+
Tiger CLI is the command-line interface for Tiger Cloud. It provides commands for managing and querying database services, as well as an integrated Model Context Protocol (MCP) server for use with AI assistants.
4
4
5
5
## Installation
6
6
@@ -166,6 +166,9 @@ The MCP server exposes the following tools to AI assistants:
166
166
-`service_create` - Create new database services with configurable resources
167
167
-`service_update_password` - Update the master password for a service
168
168
169
+
**Database Operations:**
170
+
-`db_execute_query` - Execute SQL queries against a database service with support for parameterized queries, custom timeouts, and connection pooling
171
+
169
172
The MCP server automatically uses your CLI authentication and configuration, so no additional setup is required beyond `tiger auth login`.
0 commit comments