This repository was archived by the owner on May 30, 2026. It is now read-only.
v5.20.0: add MCP client integration - #52
Merged
Merged
Conversation
Adds the MCP client portion of PR #51 as a base-runtime HTTP/SSE tool lane while keeping the OpenRouter reasoning-continuity changes out of scope. The integration keeps MCP disabled by default, routes discovered tools through the non-core ToolRegistry path with safety checks, and documents the trust boundary for external server descriptions/results. Based on PR #51 by @kazzand. Co-authored-by: Andrei Kaznacheev <a.kaznacheev@sdgroup.ai>
Open
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
ouroborosbranch, excluding the OpenRouter reasoning-continuity changes.mcp_<server>__<tool>tool exposure, safety checks, heal-mode blocking, token masking/rehydration, and focused tests.Attribution
Based on PR #51 by @kazzand. The commit preserves author contribution with a
Co-authored-bytrailer for Andrei Kaznacheev.Test plan
pytest tests/test_mcp_client.py tests/test_mcp_api.py tests/test_mcp_registry_integration.py tests/test_mcp_settings_roundtrip.py tests/test_mcp_ui_static.py tests/test_page_chrome_static.py tests/test_packaging_sync.py -qpytest tests/test_smoke.py -q/tmp/mcp-triad-review-*.json; final pass had no critical findings.