mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-12 01:45:14 +02:00
Make RFC-003 the authoritative build-from-scratch spec, folding in what the #157 reference implementation proved out plus the architecture for a clean redo. - New "Implementation Blueprint" (B.1-B.13): the omnigraph-mcp transport crate + McpBackend trait (dependency must be server -> mcp to avoid a Cargo cycle), the verified rmcp 1.7 transport (conformance MUSTs for free), backend reuse (do_* / run_query / run_mutate / authorize / api), the 13-tool catalog + Cedar mapping, ParamKind -> JSON Schema, list/call deny-masking + isError split, resources, auth + client-compat matrix, tests, and locked decisions. - Routing resolved: per-graph /mcp; graphs_list + omnigraph://graphs dropped from MCP (graph discovery stays REST-only via GET /graphs); no flat graph_id-in-call endpoint. - Marked the old "Reconciliation" section historical and the section-5 sketches as design rationale (superseded by the blueprint where they differ); resolved the Open Questions. |
||
|---|---|---|
| .. | ||
| architecture.md | ||
| branch-protection.md | ||
| ci.md | ||
| codeowners.md | ||
| execution.md | ||
| index.md | ||
| invariants.md | ||
| lance.md | ||
| merge.md | ||
| rfc-001-queries-envelope-mcp.md | ||
| rfc-002-config-cli-architecture.md | ||
| rfc-003-mcp-server-surface.md | ||
| schema-lint-v1-plan.md | ||
| testing.md | ||
| writes.md | ||