Skip to content

Commit 216c356

Browse files
authored
chore: Update gemini-extension.json (#5)
1 parent 0e57242 commit 216c356

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

gemini-extension.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.1.0",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
55
"mcpServers": {
6+
"Cloud SQL for PostgreSQL Admin": {
7+
"command": "${extensionPath}${/}toolbox",
8+
"args": [
9+
"--prebuilt",
10+
"cloud-sql-postgres-admin",
11+
"--stdio"
12+
]
13+
},
614
"Cloud SQL for PostgreSQL": {
715
"command": "${extensionPath}${/}toolbox",
816
"args": [
@@ -19,4 +27,4 @@
1927
}
2028
},
2129
"contextFileName": "CLOUD-SQL-POSTGRESQL.md"
22-
}
30+
}

0 commit comments

Comments
 (0)