Skip to content

Commit fc3efdb

Browse files
committed
update
1 parent ce0ab07 commit fc3efdb

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

DEVELOPER.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ 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 MySQL Observability Cluster & Instance:** For testing data plane tools, you will need access to an active Cloud SQL for MySQL Observability
14-
for PostgreSQL instance.
15-
13+
2. **Cloud SQL for MySQL Instance:** For testing data plane tools, you will need access to an active Cloud SQL for MySQL instance.
1614
## Developing the Extension
1715

1816
### Running from Local Source
@@ -22,8 +20,8 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
2220
1. **Clone the Repository:**
2321

2422
```bash
25-
git clone https://github.com/gemini-cli-extensions/alloydb.git
26-
cd alloydb
23+
git clone https://github.com/gemini-cli-extensions/cloud-sql-mysql-observability.git
24+
cd cloud-sql-mysql-observability
2725
```
2826

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

5149
4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`).
52-
You can now interact with the `alloydb` tools to manually test your changes
50+
You can now interact with the `cloud-sql-mysql-observability` tools to manually test your changes
5351
against your connected database.
5452

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

8078
The "build" process for this extension involves packaging the extension's
81-
metadata files (`gemini-extension.json`, `ALLOYDB.md`, `LICENSE`) along with the
79+
metadata files (`gemini-extension.json`, `cloud-sql-mysql-observability.md`, `LICENSE`) along with the
8280
pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
8381
8482
This process is handled automatically by the
@@ -94,7 +92,7 @@ The primary maintainers for this repository are defined in the
9492
[`.github/CODEOWNERS`](.github/CODEOWNERS) file:
9593
9694
* `@gemini-cli-extensions/senseai-eco`
97-
* `@gemini-cli-extensions/alloydb-maintainers`
95+
* `@gemini-cli-extensions/cloud-sql-mysql-maintainers`
9896
9997
### Releasing
10098

0 commit comments

Comments
 (0)