Skip to content

Commit d6146cc

Browse files
authored
Merge branch 'main' into remove-package-workflow
2 parents 1a4a142 + afaa3b5 commit d6146cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DEVELOPER.md
22

33
This document provides instructions for setting up your development environment
4-
and contributing to the Cloud SQL for PostgreSQL Gemini CLI Extension project.
4+
and contributing to the Cloud SQL for PostgreSQL Agent skills project.
55

66
## Prerequisites
77

@@ -61,7 +61,7 @@ be successfully installed by the Gemini CLI.
6161

6262
Currently, there are no automated unit or integration test suites
6363
within this repository. All functional testing must be performed manually. All tools
64-
are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/genai-toolbox).
64+
are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/mcp-toolbox).
6565

6666
### Other GitHub Checks
6767

@@ -91,7 +91,7 @@ The release process is automated using `release-please`. It consists of an autom
9191
#### Automated Changelog Enrichment
9292

9393
Before a Release PR is even created, a special workflow automatically mirrors
94-
relevant changelogs from the core `googleapis/genai-toolbox` dependency. This
94+
relevant changelogs from the core `googleapis/mcp-toolbox` dependency. This
9595
ensures that the release notes for this extension accurately reflect important
9696
upstream changes.
9797

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For the latest version, check the [releases page][releases].
8686
**1. Install the extension:**
8787

8888
```bash
89-
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql --ref 0.3.0
89+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
9090
```
9191

9292
During the installation, enter your environment vars as described in the [configuration section](#configuration).

0 commit comments

Comments
 (0)