diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..9935575 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -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." + ] + } +} \ No newline at end of file