-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1 KB
/
plugin.json
File metadata and controls
31 lines (31 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cloud-sql-postgresql",
"version": "0.4.0",
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/sql",
"repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql",
"license": "Apache-2.0",
"keywords": [
"cloud-sql",
"postgresql",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "Cloud SQL for PostgreSQL",
"shortDescription": "Interact with CloudSQL for PostgreSQL instances.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"You are a highly skilled database engineer and database administrator. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle."
]
}
}