Skip to content

Commit cb3a6e8

Browse files
authored
feat: rename plugin to dak and remove toolbox from mcp server names (#99)
Co-authored-by: snehshah22 <snehshah22@users.noreply.github.com>
1 parent be57e96 commit cb3a6e8

7 files changed

Lines changed: 32 additions & 32 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"plugins": [
77
{
8-
"name": "data-agent-kit-starter-pack",
8+
"name": "dak",
99
"source": {
1010
"source": "local",
1111
"path": "./"

.claude-mcp.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"DATA_CLOUD_CURR_IDE_NAME"
2525
]
2626
},
27-
"datacloud_bigquery_toolbox": {
27+
"bigquery": {
2828
"command": "npx",
2929
"args": [
3030
"-y",
@@ -40,7 +40,7 @@
4040
"BIGQUERY_PROJECT": "${user_config.PROJECT_ID}"
4141
}
4242
},
43-
"datacloud_spanner_toolbox": {
43+
"spanner": {
4444
"command": "npx",
4545
"args": [
4646
"-y",
@@ -58,7 +58,7 @@
5858
"SPANNER_PROJECT": "${user_config.PROJECT_ID}"
5959
}
6060
},
61-
"datacloud_alloydb-postgres-admin_toolbox": {
61+
"alloydb-postgres-admin": {
6262
"command": "npx",
6363
"args": [
6464
"-y",
@@ -71,7 +71,7 @@
7171
],
7272
"env": {}
7373
},
74-
"datacloud_alloydb-postgres_toolbox": {
74+
"alloydb-postgres": {
7575
"command": "npx",
7676
"args": [
7777
"-y",
@@ -93,7 +93,7 @@
9393
"ALLOYDB_POSTGRES_USER": ""
9494
}
9595
},
96-
"datacloud_cloud-sql-postgresql-admin_toolbox": {
96+
"cloud-sql-postgresql-admin": {
9797
"command": "npx",
9898
"args": [
9999
"-y",
@@ -106,7 +106,7 @@
106106
],
107107
"env": {}
108108
},
109-
"datacloud_cloud-sql-postgresql_toolbox": {
109+
"cloud-sql-postgresql": {
110110
"command": "npx",
111111
"args": [
112112
"-y",
@@ -127,7 +127,7 @@
127127
"CLOUD_SQL_POSTGRES_USER": ""
128128
}
129129
},
130-
"datacloud_knowledge_catalog_toolbox": {
130+
"knowledge_catalog": {
131131
"command": "npx",
132132
"args": [
133133
"-y",
@@ -142,7 +142,7 @@
142142
"DATAPLEX_PROJECT": "${user_config.PROJECT_ID}"
143143
}
144144
},
145-
"datacloud_dataproc_toolbox": {
145+
"dataproc": {
146146
"command": "npx",
147147
"args": [
148148
"-y",
@@ -158,7 +158,7 @@
158158
"DATAPROC_REGION": "${user_config.GCP_REGION}"
159159
}
160160
},
161-
"datacloud_serverless-spark_toolbox": {
161+
"serverless-spark": {
162162
"command": "npx",
163163
"args": [
164164
"-y",

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"plugins": [
77
{
8-
"name": "data-agent-kit-starter-pack",
8+
"name": "dak",
99
"source": "./",
1010
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem."
1111
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "data-agent-kit-starter-pack",
2+
"name": "dak",
33
"version": "0.4.0",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"author": {

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "data-agent-kit-starter-pack",
2+
"name": "dak",
33
"version": "0.4.0",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"skills": "./skills/",

.mcp.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"DATA_CLOUD_CURR_IDE_NAME"
2525
]
2626
},
27-
"datacloud_bigquery_toolbox": {
27+
"bigquery": {
2828
"command": "npx",
2929
"args": [
3030
"-y",
@@ -40,7 +40,7 @@
4040
"BIGQUERY_PROJECT": "$PROJECT_ID"
4141
}
4242
},
43-
"datacloud_spanner_toolbox": {
43+
"spanner": {
4444
"command": "npx",
4545
"args": [
4646
"-y",
@@ -58,7 +58,7 @@
5858
"SPANNER_PROJECT": "$PROJECT_ID"
5959
}
6060
},
61-
"datacloud_alloydb-postgres-admin_toolbox": {
61+
"alloydb-postgres-admin": {
6262
"command": "npx",
6363
"args": [
6464
"-y",
@@ -71,7 +71,7 @@
7171
],
7272
"env": {}
7373
},
74-
"datacloud_alloydb-postgres_toolbox": {
74+
"alloydb-postgres": {
7575
"command": "npx",
7676
"args": [
7777
"-y",
@@ -93,7 +93,7 @@
9393
"ALLOYDB_POSTGRES_USER": ""
9494
}
9595
},
96-
"datacloud_cloud-sql-postgresql-admin_toolbox": {
96+
"cloud-sql-postgresql-admin": {
9797
"command": "npx",
9898
"args": [
9999
"-y",
@@ -106,7 +106,7 @@
106106
],
107107
"env": {}
108108
},
109-
"datacloud_cloud-sql-postgresql_toolbox": {
109+
"cloud-sql-postgresql": {
110110
"command": "npx",
111111
"args": [
112112
"-y",
@@ -127,7 +127,7 @@
127127
"CLOUD_SQL_POSTGRES_USER": ""
128128
}
129129
},
130-
"datacloud_knowledge_catalog_toolbox": {
130+
"knowledge_catalog": {
131131
"command": "npx",
132132
"args": [
133133
"-y",
@@ -142,7 +142,7 @@
142142
"DATAPLEX_PROJECT": "$PROJECT_ID"
143143
}
144144
},
145-
"datacloud_dataproc_toolbox": {
145+
"dataproc": {
146146
"command": "npx",
147147
"args": [
148148
"-y",
@@ -158,7 +158,7 @@
158158
"DATAPROC_REGION": "$GCP_REGION"
159159
}
160160
},
161-
"datacloud_serverless-spark_toolbox": {
161+
"serverless-spark": {
162162
"command": "npx",
163163
"args": [
164164
"-y",

gemini-extension.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "data-agent-kit-starter-pack",
2+
"name": "dak",
33
"version": "0.4.0",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"mcpServers": {
@@ -21,7 +21,7 @@
2121
],
2222
"env": {}
2323
},
24-
"datacloud_bigquery_toolbox": {
24+
"bigquery": {
2525
"command": "npx",
2626
"args": [
2727
"-y",
@@ -37,7 +37,7 @@
3737
"BIGQUERY_PROJECT": "$PROJECT_ID"
3838
}
3939
},
40-
"datacloud_spanner_toolbox": {
40+
"spanner": {
4141
"command": "npx",
4242
"args": [
4343
"-y",
@@ -55,7 +55,7 @@
5555
"SPANNER_PROJECT": "$PROJECT_ID"
5656
}
5757
},
58-
"datacloud_alloydb-postgres-admin_toolbox": {
58+
"alloydb-postgres-admin": {
5959
"command": "npx",
6060
"args": [
6161
"-y",
@@ -68,7 +68,7 @@
6868
],
6969
"env": {}
7070
},
71-
"datacloud_alloydb-postgres_toolbox": {
71+
"alloydb-postgres": {
7272
"command": "npx",
7373
"args": [
7474
"-y",
@@ -90,7 +90,7 @@
9090
"ALLOYDB_POSTGRES_USER": ""
9191
}
9292
},
93-
"datacloud_cloud-sql-postgresql-admin_toolbox": {
93+
"cloud-sql-postgresql-admin": {
9494
"command": "npx",
9595
"args": [
9696
"-y",
@@ -103,7 +103,7 @@
103103
],
104104
"env": {}
105105
},
106-
"datacloud_cloud-sql-postgresql_toolbox": {
106+
"cloud-sql-postgresql": {
107107
"command": "npx",
108108
"args": [
109109
"-y",
@@ -124,7 +124,7 @@
124124
"CLOUD_SQL_POSTGRES_USER": ""
125125
}
126126
},
127-
"datacloud_knowledge_catalog_toolbox": {
127+
"knowledge_catalog": {
128128
"command": "npx",
129129
"args": [
130130
"-y",
@@ -139,7 +139,7 @@
139139
"DATAPLEX_PROJECT": "$PROJECT_ID"
140140
}
141141
},
142-
"datacloud_dataproc_toolbox": {
142+
"dataproc": {
143143
"command": "npx",
144144
"args": [
145145
"-y",
@@ -155,7 +155,7 @@
155155
"DATAPROC_REGION": "$GCP_REGION"
156156
}
157157
},
158-
"datacloud_serverless-spark_toolbox": {
158+
"serverless-spark": {
159159
"command": "npx",
160160
"args": [
161161
"-y",

0 commit comments

Comments
 (0)