@@ -10,8 +10,7 @@ Before you begin, ensure you have the following:
10101 . ** Gemini CLI:** Install the Gemini CLI version v0.6.0 or above. Installation
1111 instructions can be found on the official Gemini CLI documentation. You can
1212 verify your version by running ` gemini --version ` .
13- 2 . ** PostgreSQL Cluster & Instance:** For testing data plane tools, you will need access to an active PostgreSQL
14- for PostgreSQL instance.
13+ 2 . ** PostgreSQL Instance:** For testing data plane tools, you will need access to an active PostgreSQL instance and database.
1514
1615## Developing the Extension
1716
@@ -22,8 +21,8 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
22211 . ** Clone the Repository:**
2322
2423 ``` bash
25- git clone https://github.com/gemini-cli-extensions/alloydb .git
26- cd alloydb
24+ git clone https://github.com/gemini-cli-extensions/postgres .git
25+ cd postgres
2726 ```
2827
29282. ** Download the Toolbox Binary:** The required version of the ` toolbox` binary
@@ -49,7 +48,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
4948 The CLI will prompt you to confirm the installation. Accept it to proceed.
5049
51504. ** Testing Changes:** After installation, start the Gemini CLI (` gemini` ).
52- You can now interact with the ` alloydb ` tools to manually test your changes
51+ You can now interact with the ` postgres ` tools to manually test your changes
5352 against your connected database.
5453
5554# # Testing
@@ -78,7 +77,7 @@ are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/g
7877# # Building the Extension
7978
8079The " build" process for this extension involves packaging the extension' s
81- metadata files (`gemini-extension.json`, `ALLOYDB .md`, `LICENSE`) along with the
80+ metadata files (`gemini-extension.json`, `postgres .md`, `LICENSE`) along with the
8281pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
8382
8483This process is handled automatically by the
@@ -94,7 +93,7 @@ The primary maintainers for this repository are defined in the
9493[`.github/CODEOWNERS`](.github/CODEOWNERS) file:
9594
9695* `@gemini-cli-extensions/senseai-eco`
97- * `@gemini-cli-extensions/alloydb -maintainers`
96+ * `@gemini-cli-extensions/postgres -maintainers`
9897
9998### Releasing
10099
0 commit comments