chore(cli): remove mcp-replaced modules — gh/jira/sentry/slack/pd/eks/pipeline#2
Merged
Merged
Conversation
…/pipeline Seven modules have stable MCP server replacements and are removed: gh → github/github-mcp-server jira → sooperset/mcp-atlassian sentry → getsentry/sentry-mcp slack → zencoderai/slack-mcp-server pagerduty → PagerDuty/pagerduty-mcp-server eks → rohitg00/kubectl-mcp-server pipeline → aws/agent-toolkit-for-aws Dead deps also removed: octocrab, oauth2, axum, open, base64, rand. urlencoding and async-trait kept (still used by utils/web_search and util/shell + setup). Credentials structs (GithubCredentials, JiraCredentials) kept in util/config for backward compat with existing credentials.toml files on disk; save_credentials / save_credentials_to kept for config tests. Re-exports of those types removed from util/mod.rs; dead_code lints suppressed on the write helpers (exercised in tests only). All 1318 unit tests and 13 integration tests pass.
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
Removes 7 modules that have stable MCP server replacements, significantly slimming the
hubinary.Removed modules → MCP replacements
ghgithub/github-mcp-serverjirasooperset/mcp-atlassian(5.2k★)sentrygetsentry/sentry-mcp(702★)slackzencoderai/slack-mcp-serverpagerdutyPagerDuty/pagerduty-mcp-servereksrohitg00/kubectl-mcp-serverpipelineaws/agent-toolkit-for-awsKept
newrelic(no viable MCP alternative — top community option: 13★), plus all unique-value modules:context,read,data,docs,cron,shell,mcp,setup,utils.Dead deps pruned
octocrab,oauth2,axum,open,base64,rand— removed from Cargo.toml.urlencodingandasync-traitkept (still used byutils/web_searchandutil/shell/setup).Test results
Safety
legacybranch pinned atd2d4c5f(pre-removal HEAD) for recovery if needed.