-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 1.47 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 1.47 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "knowledge-catalog",
"version": "0.5.4",
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/dataplex",
"repository": "https://github.com/gemini-cli-extensions/knowledge-catalog",
"license": "Apache-2.0",
"keywords": [
"dataplex",
"knowledge-catalog",
"google-cloud",
"data-governance"
],
"extensions": {
"com.google.cloud.data.agent-plugins": {
"config": [
{
"key": "DATAPLEX_PROJECT",
"title": "Project ID",
"description": "ID of the Google Cloud project"
}
],
"gemini": {
"mcpServerName": "dataplex",
"contextFileName": "KNOWLEDGE_CATALOG.md"
},
"codex": {
"interface": {
"displayName": "Knowledge Catalog",
"shortDescription": "Interact with Knowledge Catalog to discover and manage data assets.",
"developerName": "Google LLC",
"category": "Data Governance",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Your primary objective is to help discover, organize and manage metadata related to data assets."
]
}
}
}
}
}