feat: add preset bundles for Claude Desktop compatibility#56
Merged
Conversation
Add --preset CLI flag with 5 presets (core, security, org-admin, cicd, full) to stay under Claude Desktop's ~100 tool limit. - core (default): repos, issues, pulls, search, users, actions, gists (~95 tools) - security: dependabot, secretScanning, codeScanning, etc (~50 tools) - org-admin: orgs, teams, projects, activity, users, apps (~70 tools) - cicd: actions, checks, repos, packages (~60 tools) - full: all 327 tools (Claude Code only) Also adds --list-presets flag and documents presets in README. Closes #55 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- CI workflow: runs on PRs and main pushes, tests build and presets - Release workflow: triggers on version tags, creates preset bundles (tar.gz and zip for each preset), uploads to GitHub release, and publishes to npm Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- CI: fix variable expansion in node -e by using single JS block - CI: add npm cache for faster builds - Release: use jq for JSON generation (fixes heredoc indentation) - Release: add continue-on-error for npm publish - Release: add npm cache - Revert .mcp.json to local dev config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--presetCLI flag with 5 presets to stay under Claude Desktop's ~100 tool limit--list-presetsflag to show available presetsPresets
core(default)securityorg-admincicdfullUsage
Test plan
--list-presetsworkscorepresetCloses #55
🤖 Generated with Claude Code