Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "cloud-sql-sqlserver",
"version": "0.1.8",
"description": "Connect to Cloud SQL for SQL Server",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/sql/docs/sqlserver",
"repository": "https://github.com/gemini-cli-extensions/cloud-sql-sqlserver",
"license": "Apache-2.0",
"keywords": [
"cloud-sql",
"sql-server",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "Cloud SQL for SQL Server",
"shortDescription": "Interact with CloudSQL for SQL Server 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."
]
}
}
Loading