From b5af700dc15c78eea8ef9ba6c0c933c7d3721c87 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 29 Sep 2025 15:39:15 -0700 Subject: [PATCH] feat: additional instructions for the context file --- POSTGRESQL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/POSTGRESQL.md b/POSTGRESQL.md index 3bb07f1..1bcd18b 100644 --- a/POSTGRESQL.md +++ b/POSTGRESQL.md @@ -6,6 +6,10 @@ software delivery cycle. # Setup +## Required Gemini CLI Version + +To install this extension, the Gemini CLI version must be v0.6.0 or above. The version can be found by running: `gemini --version`. + ## PostgreSQL MCP Server (Data Plane: Connecting and Querying) This section covers connecting to a PostgreSQL database instance.