Skip to content

Commit f3345be

Browse files
committed
chore: Make extension changes for renaming consistent with the toolbox server.
1 parent ba3abd8 commit f3345be

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Package and Upload Release Assets
1616

1717
# Global variables
1818
env:
19-
PACKAGE_NAME: "knowledge-catalog"
19+
PACKAGE_NAME: "dataplex"
2020
FILES_TO_PACKAGE: "gemini-extension.json KNOWLEDGE_CATALOG.md LICENSE"
2121
GCS_BUCKET_URL: "https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli"
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gemini extensions install https://github.com/gemini-cli-extensions/knowledge-cat
4646

4747
You will be prompted to configure the following settings during installation. These settings are saved in an `.env` file within the extension's directory.
4848

49-
* `KNOWLEDGE_CATALOG_PROJECT`: The GCP project ID.
49+
* `DATAPLEX_PROJECT`: The GCP project ID.
5050

5151
To view or update your configuration:
5252

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--prebuilt",
10-
"knowledge-catalog",
10+
"dataplex",
1111
"--stdio"
1212
]
1313
}
@@ -17,7 +17,7 @@
1717
{
1818
"name": "Project ID",
1919
"description": "ID of the Google Cloud project",
20-
"envVar": "KNOWLEDGE_CATALOG_PROJECT"
20+
"envVar": "DATAPLEX_PROJECT"
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)