Skip to content

Commit 55219b3

Browse files
Merge branch 'master' into codex/add-coder-ddev-to-projects-list
2 parents 42a86c1 + c02a51c commit 55219b3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/update-mcp-package.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,7 @@ jobs:
6161
git config --local user.name "GitHub Action"
6262
git add mcp-package/
6363
git commit -m "chore: Update MCP package with latest Drupal tools data
64-
65-
- Rebuilt projects.json with $(cd mcp-package && node -e "console.log(Object.keys(JSON.parse(require('fs').readFileSync('dist/projects.json', 'utf8'))).length)" tools
66-
- Updated package when _data/projects changed
67-
68-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
69-
70-
Co-Authored-By: Claude <noreply@anthropic.com>"
64+
- Rebuilt projects.json with $(cd mcp-package && node -e "console.log(Object.keys(JSON.parse(require('fs').readFileSync('dist/projects.json', 'utf8'))).length)" tools"
7165
git push
7266
7367
- name: Create summary
@@ -82,4 +76,4 @@ jobs:
8276
echo "- All 186+ Drupal tools data" >> $GITHUB_STEP_SUMMARY
8377
else
8478
echo "ℹ️ No changes needed - MCP package is already up to date" >> $GITHUB_STEP_SUMMARY
85-
fi
79+
fi

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
jekyll (>= 3.7, < 5.0)
5050
jekyll-watch (2.2.1)
5151
listen (~> 3.0)
52-
json (2.18.0)
52+
json (2.19.2)
5353
kramdown (2.5.1)
5454
rexml (>= 3.3.9)
5555
kramdown-parser-gfm (1.1.0)

0 commit comments

Comments
 (0)