Uh oh!
There was an error while loading. Please reload this page.
feat(mcp): governed MCP ops surface — agent-native, fail-closed, hash-sealed (march #1) - #16
Merged
Merged
Conversation
…-sealed (march #1) Closes#15. Superiority-march move #1: closes the #1 competitive gap (agent-native MCP ops surface — 8 competitors ahead) while keeping the properties the SaaS incumbents (Qovery, Port, Render, ...) lack. tools/mcp_ops_server.py — a minimal stdio JSON-RPC (MCP) server, ZERO external deps, exposing continuum's owned surface as agent-callable tools (list CapD capabilities, lifecycle status, list evidence, run the promotion gate). Drivable by Claude Code / Cursor. Our open edge, all shipped here: - FAIL-CLOSED by default: read tools run; guarded tools are REFUSED unless an explicit policy grant (CONTINUUM_MCP_ALLOW_GUARDED) is present — never execute-then-audit. - A HASH-SEALED receipt on EVERY call (allow or refuse) in the evidence bundle — a tamper- evident ledger, not a mutable audit log. - FULLY OPEN: MIT, self-hosted, stdio, no SaaS, no dependency, scale-to-zero. Consumes (not reimplements): the review verdict via tools/promotion_gate.py. `make mcp` runs it; validate.py requires it. Verified: initialize/tools/list/tools/call over real stdio; read tools seal + return data; guarded tool refused fail-closed without a grant, runs with one; 8 tests green.
mdhellerforce-pushed
the
feat/mcp-ops-surface
branch
from
August 4, 2026 00:55
dd6ff4b to
b578c33CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Closes#15 · Superiority-march move #1 (closes the #1 gap in the DevSecOps intelligence register).
Agent-native MCP ops surfaces are now table stakes (Qovery, Port, Render, Railway, Coolify, Heroku, Backstage, Kratix) — continuum had none. This ships one, and does it better and open:
tools/mcp_ops_server.py— minimal stdio JSON-RPC MCP server, zero external deps, exposing continuum's owned surface (CapD capabilities · lifecycle · evidence · promotion gate). Works with Claude Code / Cursor.Verified end-to-end over real stdio (initialize → tools/list → tools/call): read tools seal + return; guarded tool refused fail-closed without a grant, runs with one.
make validategreen, 8 tests. Consumes the review verdict viapromotion_gate.py(not reimplemented).