Skip to content

Commit 8899162

Browse files
yepzdkclaude
andcommitted
chore: change MCP update check to daily schedule
During active development, check for updates daily instead of weekly to keep team aligned with latest MCP server releases. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ec7b2d5 commit 8899162

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-mcp-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check MCP Updates
22

33
on:
44
schedule:
5-
- cron: '30 8 * * 1' # Weekly Monday 8:30 UTC
5+
- cron: '30 8 * * *' # Daily at 8:30 UTC
66
workflow_dispatch: # Allow manual trigger
77

88
jobs:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Auto-release workflow for MCP dependency updates
13-
- Weekly scheduled check for new MCP releases (Mondays 8:30 UTC)
13+
- Daily scheduled check for new MCP releases (8:30 UTC)
1414
- Automated version bump and release creation when updates detected
1515
- Version tracking in `.claude-plugin/mcp-versions.json`
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This plugin automatically releases new versions when MCP server dependencies pub
5555

5656
### How it works
5757

58-
1. **Weekly Check**: A GitHub Actions workflow runs every Monday at 8:30 UTC
58+
1. **Daily Check**: A GitHub Actions workflow runs every day at 8:30 UTC
5959
2. **Version Comparison**: Compares latest MCP releases with tracked versions in `.claude-plugin/mcp-versions.json`
6060
3. **Automated Release**: If updates are detected, a new patch version is released automatically
6161

0 commit comments

Comments
 (0)