-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore: deprecate unused context providers #7388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: deprecate unused context providers #7388
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the relevant MCP server links in the deprecation message!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See nitpicks, only the typos are blocking
Posting this doubt from slack here: Do we plan to reuse the CodeHighlightsContextProvider and CodeOutlineContextProvider by any chance? I see it commented out. |
No, I think those are safe to deprecate as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- you can fully remove highlights/outline since it has been removed from the code for months
- lets provide full link to hub MCP blocks rather than pointing to e.g. the docker MCP hub, since users can't directly install MCPs from docker hub.
https://hub.continue.dev/anthropic/postgres-mcp
Github and his may require working with @TyDunn to create official MCPs for Discord, Jira, Greptile, and Google search
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Deprecate the context providers which have now their MCP counterparts and have better supported features available. These context providers will be removed later.
resolves CON-3448
AI Code Review
@continue-general-review
or@continue-detailed-review
Checklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Deprecates the Database, Discord, Git commit, GitHub issues, GitLab MR, Google, Greptile, and Jira context providers in favor of MCP servers. Adds deprecation messages to each provider and removes their docs to guide migration; addresses CON-3448.