Skip to content

Commit 39b43e6

Browse files
committed
update
1 parent e5c54af commit 39b43e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gemini-extension.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "cloud-sql-postgresql2",
3-
"version": "0.1.4",
2+
"name": "cloud-sql-postgresql",
3+
"version": "0.1.3",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
55
"mcpServers": {
66
"cloud_sql_postgresql_admin": {
@@ -28,7 +28,7 @@
2828
"envVar": "CLOUD_SQL_POSTGRES_PROJECT"
2929
},
3030
{
31-
"name": "Region",
31+
"name": "Location",
3232
"description": "Region of the Cloud SQL instance",
3333
"envVar": "CLOUD_SQL_POSTGRES_REGION"
3434
},
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"name": "IP Type",
57-
"description": "(Optional) Type of the IP address (PUBLIC or PRIVATE)",
57+
"description": "(Optional) Type of the IP address (PUBLIC, PRIVATE, or PSC)",
5858
"envVar": "CLOUD_SQL_POSTGRES_IP_TYPE"
5959
}
6060
]

0 commit comments

Comments
 (0)