Skip to content

Commit c3f2d4d

Browse files
feat: add notebook MCP configuration for Gemini, Codex, and Claude plugins (#19)
Co-authored-by: Bharath Chandra Elluru <ellurubharath@google.com>
1 parent 6b160e5 commit c3f2d4d

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
33
"version": "0.1.5",
4-
"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."
4+
"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.",
5+
"mcp": "./.mcp.json"
56
}

.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"displayName": "Data Cloud AI Dev Kit",
88
"shortDescription": "Data Cloud AI Dev Kit",
99
"category": "Productivity"
10-
}
10+
},
11+
"mcp": "./.mcp.json"
1112
}

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"notebook": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"git+https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit.git"
8+
],
9+
"env": {}
10+
}
11+
}
12+
}

gemini-extension.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
33
"version": "0.1.5",
4-
"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."
5-
}
4+
"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.",
5+
"mcpServers": {
6+
"notebook": {
7+
"command": "npx",
8+
"args": [
9+
"-y",
10+
"git+https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit.git"
11+
],
12+
"env": {}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)