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
-**Seamless Workflow:** Integrates seamlessly into your AI agent's environment. No need to constantly switch contexts for common database tasks.
@@ -39,7 +54,8 @@ Before you begin, ensure you have the following:
39
54
40
55
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
41
56
42
-
#### Gemini CLI
57
+
<detailsopen>
58
+
<summary>Gemini CLI</summary>
43
59
44
60
**1. Install the extension:**
45
61
```bash
@@ -57,7 +73,10 @@ gemini
57
73
```
58
74
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
59
75
60
-
#### Claude Code
76
+
</details>
77
+
78
+
<details>
79
+
<summary>Claude Code</summary>
61
80
62
81
**1. Start the agent:**
63
82
```bash
@@ -75,7 +94,10 @@ claude
75
94
```
76
95
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_
0 commit comments