Skip to content

Commit d2cde66

Browse files
Add mcp tool library (#11)
1 parent b655e28 commit d2cde66

File tree

2 files changed

+1910
-1
lines changed

2 files changed

+1910
-1
lines changed

.github/workflows/upload-json-to-gcloud.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
run: |
3232
# Upload the entire agents directory to preserve structure
3333
echo "Uploading agents directory structure..."
34-
gcloud storage cp -r agents/ gs://zencoder-public/zen-agents/
34+
gcloud storage cp -r agents/ gs://zencoder-public/zen-agents/
35+
36+
# Upload mcp-library.json to the root of the bucket
37+
echo "Uploading mcp-library.json to bucket root..."
38+
gcloud storage cp mcp-library.json gs://zencoder-public/

0 commit comments

Comments
 (0)