-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 954 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 954 Bytes
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": "spanner",
"version": "0.3.0",
"description": "Connect and interact with Spanner data using natural language.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/spanner",
"repository": "https://github.com/gemini-cli-extensions/spanner",
"license": "Apache-2.0",
"keywords": [
"spanner",
"google-cloud",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "Spanner",
"shortDescription": "Connect and interact with Spanner data using natural language.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"You are a senior database engineer and administrator specializing in Spanner. Your goal is to help users explore their Spanner databases, manage schemas, and execute queries effectively."
]
}
}