Skip to content

Commit 3d53ef5

Browse files
committed
update
1 parent 8d573c5 commit 3d53ef5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEVELOPER.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Before you begin, ensure you have the following:
1010
1. **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. **Cloud SQL for PostgreSQL Cluster & Instance:** For testing data plane tools, you will need access to an active Cloud SQL for PostgreSQL
14-
for PostgreSQL instance.
13+
2. **Cloud SQL for PostgreSQL Instance:** For testing data plane tools, you will need access to an active Cloud SQL for PostgreSQL
14+
instance.
1515

1616
## Developing the Extension
1717

@@ -22,8 +22,8 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
2222
1. **Clone the Repository:**
2323

2424
```bash
25-
git clone https://github.com/gemini-cli-extensions/alloydb.git
26-
cd alloydb
25+
git clone https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git
26+
cd cloud-sql-postgresql
2727
```
2828

2929
2. **Download the Toolbox Binary:** The required version of the `toolbox` binary
@@ -49,7 +49,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
4949
The CLI will prompt you to confirm the installation. Accept it to proceed.
5050

5151
4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`).
52-
You can now interact with the `alloydb` tools to manually test your changes
52+
You can now interact with the `cloud-sql-postgresql` tools to manually test your changes
5353
against your connected database.
5454

5555
## Testing
@@ -78,7 +78,7 @@ are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/g
7878
## Building the Extension
7979

8080
The "build" process for this extension involves packaging the extension's
81-
metadata files (`gemini-extension.json`, `ALLOYDB.md`, `LICENSE`) along with the
81+
metadata files (`gemini-extension.json`, `cloud-sql-postgresql.md`, `LICENSE`) along with the
8282
pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
8383
8484
This process is handled automatically by the
@@ -94,7 +94,7 @@ The primary maintainers for this repository are defined in the
9494
[`.github/CODEOWNERS`](.github/CODEOWNERS) file:
9595
9696
* `@gemini-cli-extensions/senseai-eco`
97-
* `@gemini-cli-extensions/alloydb-maintainers`
97+
* `@gemini-cli-extensions/cloud-sql-postgresql-maintainers`
9898
9999
### Releasing
100100

0 commit comments

Comments
 (0)