Skip to content

Commit efd009d

Browse files
authored
Merge branch 'main' into ashreya/remove-axios
2 parents 7adefb7 + fb0a14b commit efd009d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-mcp-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd packages/mcp
4444
4545
# Define all provider packages
46-
ALL_PROVIDERS=("@salesforce/mcp-provider-api" "@salesforce/mcp-provider-dx-core" "@salesforce/mcp-provider-mobile-web" "@salesforce/mcp-provider-code-analyzer" "@salesforce/mcp-provider-scale-products" "@salesforce/mcp-provider-metadata-enrichment")
46+
ALL_PROVIDERS=("@salesforce/mcp-provider-api" "@salesforce/mcp-provider-dx-core" "@salesforce/mcp-provider-mobile-web" "@salesforce/mcp-provider-code-analyzer" "@salesforce/mcp-provider-scale-products" "@salesforce/mcp-provider-devops" "@salesforce/mcp-provider-metadata-enrichment")
4747
4848
# Determine which providers to update
4949
if [ -n "${{ inputs.providers-to-update }}" ]; then

.github/workflows/publish-providers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "packages/mcp-provider-mobile-web/**"
1111
- "packages/mcp-provider-code-analyzer/**"
1212
- "packages/mcp-provider-scale-products/**"
13+
- "packages/mcp-provider-devops/**"
1314
- "packages/mcp-provider-metadata-enrichment/**"
1415
workflow_dispatch:
1516
inputs:
@@ -37,7 +38,7 @@ jobs:
3738
id: detect
3839
run: |
3940
# Packages that auto-publish on push to main
40-
AUTO_PUBLISHABLE_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-metadata-enrichment")
41+
AUTO_PUBLISHABLE_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-devops" "mcp-provider-metadata-enrichment")
4142
4243
# All available provider packages
4344
ALL_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-devops" "mcp-provider-metadata-enrichment")

0 commit comments

Comments
 (0)