Merged
Conversation
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
- Remove FEDERATION_ENABLED=true setup requirement from FED-001 - Remove FED-009 and FED-010 tests for deprecated /federation/discover and /federation/status endpoints Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
- Mark ADR-008 as deprecated with proper metadata and rationale - Add deprecation notice explaining migration path - Update tense to past for historical accuracy - Add CHANGELOG entry for federation deprecation in 1.0.0-BETA-2 Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
- Remove MCPGATEWAY_ENABLE_FEDERATION from deployment configs - Remove Federation & Discovery section from CLAUDE.md - Remove federation setting from ADR-019 example Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
- Add detailed comments in config.py explaining the setting's purpose - Update charts values.yaml and schema with accurate descriptions - Rename admin UI section from "Federation" to "Connection Timeouts" - Clarify this setting is used for gateway/server HTTP request timeouts Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
d53fa65 to
89e7a7c
Compare
4 tasks
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
* cleanup federation files Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * deprecate FEDERATION_ENABLED Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * deprecated FEDERATION_DISCOVERY Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * deprecate FEDERATION_PEERS Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * Deprecate FEDERATION_SYNC_INTERVAL Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * update docs Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> * fix: remove deprecated federation settings from manual test cases - Remove FEDERATION_ENABLED=true setup requirement from FED-001 - Remove FED-009 and FED-010 tests for deprecated /federation/discover and /federation/status endpoints Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * docs: update ADR-008 to deprecated status and add CHANGELOG entry - Mark ADR-008 as deprecated with proper metadata and rationale - Add deprecation notice explaining migration path - Update tense to past for historical accuracy - Add CHANGELOG entry for federation deprecation in 1.0.0-BETA-2 Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * chore: remove deprecated federation settings from docs and examples - Remove MCPGATEWAY_ENABLE_FEDERATION from deployment configs - Remove Federation & Discovery section from CLAUDE.md - Remove federation setting from ADR-019 example Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * docs: improve federation_timeout documentation - Add detailed comments in config.py explaining the setting's purpose - Update charts values.yaml and schema with accurate descriptions - Rename admin UI section from "Federation" to "Connection Timeouts" - Clarify this setting is used for gateway/server HTTP request timeouts Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Rebase and lint Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.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.
🐛 Bug-fix PR
📌 Summary
Closes #1912
🐞 Root Cause
💡 Fix Description
🧪 Verification
make lintmake testmake coverage📐 MCP Compliance (if relevant)
✅ Checklist
make black isort pre-commit)