Skip to content

Commit f6effc3

Browse files
committed
chore(release): cut 1.3.0
Releases the accumulated unreleased work (11 commits since 1.2.0): five new tools (security_alerts, pr_review_thread_ops, branch_protection_status, deployment_status, issue_dedup), dryRun previews on the remaining mutation tools, compact mode for repo_status and org_pulse, truncatedCount on more list tools, and github-client retry/timeout/settled-pool resilience helpers. Public npm @rethunk/ scope had stalled at 1.2.0; this cuts the tag that publishes it.
1 parent 3cdbdb6 commit f6effc3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.3.0] — 2026-05-29
13+
1214
### Added
1315

1416
- **`security_alerts` tool** (read) — rolls up Dependabot and Code Scanning alerts by severity for a repository. Requires `security_events` scope (or `repo`). Returns `{ rollup, dependabot, codeScanning }` with per-source `enabled`, `total`, `truncatedCount`, and alert arrays. A 403/404 on either source reports `{ enabled: false, reason }` without aborting the other source.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/github-mcp",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "MCP stdio server: high-value GitHub rollup tools for LLMs — multi-repo dashboards, PR preflight, CI diagnosis, and more.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)