Add ECHO Connectors: 12 namespace-jailed MCP facades over the SDK gate - #2
Draft
echoomegaprime wants to merge 1 commit into
Draft
Add ECHO Connectors: 12 namespace-jailed MCP facades over the SDK gate#2echoomegaprime wants to merge 1 commit into
echoomegaprime wants to merge 1 commit into
Conversation
One zero-dependency runtime, twelve connector identities selected by ECHO_CONNECTOR. Each exposes caps/describe/invoke/health/about over one ECHO service namespace. Guards enforced in code: namespace jail, tier>=2 bypass_reason, tier-3 block, archived/RETIRED refusal, secret redaction on vault/oauth/ghgateway. Verified live: 12/12 connectors clean, 6/6 governance assertions passed.
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
Adds twelve namespace-jailed MCP connectors over the FORGE SDK gate. One
zero-dependency Node runtime; connector identity is selected by
ECHO_CONNECTOR.Each connector exposes five tools scoped to a single ECHO service namespace.
Why
The SDK gate exposes 13,731 undifferentiated capabilities through a single tool
surface. Clients could not scope access to one service, and nothing prevented a
vault-scoped caller from invoking
echo.shell.run.Validation
Smoke spawns each connector as a real MCP stdio child against the live gate; no
mocks. Container build not run - this package has no container target.
Security
No secrets in the repository. The sovereign key is read from a protected file at
runtime;
ECHO_SOVEREIGN_KEYis a container-only fallback and is nevercommitted. Secret redaction is enabled on the vault, oauth and ghgateway
connectors. Danger tier >= 2 requires a 50-character justification; tier 3 is
refused by default. Additive only - no migration, no rollback dependency.
Evidence
Commit: 3cbb844
Certification Forge / Release Sentinel / CodeQL: see checks on this commit.