Skip to content

settings: Remove settings field from HTTP context_servers#48003

Merged
bennetbo merged 4 commits intomainfrom
fix-mcp-http-migration-3bc6a3c32615de94
Apr 15, 2026
Merged

settings: Remove settings field from HTTP context_servers#48003
bennetbo merged 4 commits intomainfrom
fix-mcp-http-migration-3bc6a3c32615de94

Conversation

@yeskunall
Copy link
Copy Markdown
Member

@yeskunall yeskunall commented Jan 30, 2026

HTTP context servers don’t support the settings field, so remove it during migration to avoid confusion. Other context server types are unaffected.

Closes #44786.

zed.settings.json.2026-01-30.05.24.07.mp4

Release Notes:

  • Removed deprecated key from HTTP context_servers

HTTP context servers don’t support the settings field, so remove it
during migration to avoid confusion. Other context server types are
unaffected.
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Jan 30, 2026
@zelenenka zelenenka added the staff Pull requests authored by a current member of Zed staff label Feb 6, 2026
@dastrobu
Copy link
Copy Markdown
Contributor

I guess this needs a rebase, would be nice if it can get shipped soon.

@yeskunall
Copy link
Copy Markdown
Member Author

Yeah I just haven’t gotten the chance to rebase the changes and get this merged. Thanks for the nudge @dastrobu.

@bennetbo bennetbo merged commit 47059dc into main Apr 15, 2026
31 checks passed
@bennetbo bennetbo deleted the fix-mcp-http-migration-3bc6a3c32615de94 branch April 15, 2026 13:12
@zed-zippy zed-zippy Bot added the PR state:needs review Used to label PRs that are in need of a post-merge approval label Apr 15, 2026
bennetbo added a commit that referenced this pull request Apr 15, 2026
@bennetbo bennetbo mentioned this pull request Apr 15, 2026
5 tasks
@MrSubidubi MrSubidubi removed the PR state:needs review Used to label PRs that are in need of a post-merge approval label Apr 15, 2026
bennetbo added a commit that referenced this pull request Apr 15, 2026
bennetbo added a commit that referenced this pull request Apr 15, 2026
This is a follow up to #48003, instead of removing the settings key in a
new migration, we can prevent the existing one from adding settings in
the first place.

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Release Notes:

- N/A
G36maid pushed a commit to G36maid/zed that referenced this pull request Apr 29, 2026
…dustries#48003)

HTTP context servers don’t support the settings field, so remove it
during migration to avoid confusion. Other context server types are
unaffected.

Closes zed-industries#44786.


https://github.com/user-attachments/assets/4cabf405-c9e7-4d6e-a43d-f642fc4771e0



Release Notes:

- Removed deprecated key from HTTP `context_servers`

---------

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Co-authored-by: Bennet Bo Fenner <bennet@zed.dev>
G36maid pushed a commit to G36maid/zed that referenced this pull request Apr 29, 2026
This is a follow up to zed-industries#48003, instead of removing the settings key in a
new migration, we can prevent the existing one from adding settings in
the first place.

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Settings keeps saying I'm using deprecated settings when I add an MCP server

5 participants