Skip to content

Commit eeeaf81

Browse files
authored
feat: standardize mcp server names (#27)
1 parent dcc47c9 commit eeeaf81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gemini-extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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": {
6+
"cloud_sql_postgresql_admin": {
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--prebuilt",
1010
"cloud-sql-postgres-admin",
1111
"--stdio"
1212
]
1313
},
14-
"Cloud SQL for PostgreSQL": {
14+
"cloud_sql_postgresql": {
1515
"command": "${extensionPath}${/}toolbox",
1616
"args": [
1717
"--prebuilt",
@@ -27,4 +27,4 @@
2727
}
2828
},
2929
"contextFileName": "CLOUD-SQL-POSTGRESQL.md"
30-
}
30+
}

0 commit comments

Comments
 (0)