omnigraph/crates
Ragnor Comerford fbf455a250
Merge branch 'main' into ragnorc/omnigraph-mcp-crate
Bring the MCP feature branch up to date with main (14 commits). One
conflict — compiler/parser.rs: main's `NanoError` → `CompilerError` rename
vs this branch's `@mcp` / per-param `@description` parser additions; resolved
by keeping the new parsing under the renamed error type. The CLI `queries list`
change (#280, surfacing `@description`/`@instruction`) auto-merged with this
branch's `mcp_expose`/`tool_name` columns.
2026-06-19 21:59:14 +02:00
..
omnigraph fix(engine): preserve identifier case in filter pushdown (#283) (#285) 2026-06-19 18:42:56 +03:00
omnigraph-api-types feat(mcp): per-query @mcp(...) annotation + per-param @description + @instruction folding 2026-06-17 16:04:05 +02:00
omnigraph-cli Merge branch 'main' into ragnorc/omnigraph-mcp-crate 2026-06-19 21:59:14 +02:00
omnigraph-cluster fix(cluster): stop cluster-apply crash-loops from the recovery-sidecar trap (#284) 2026-06-19 03:34:15 +03:00
omnigraph-compiler Merge branch 'main' into ragnorc/omnigraph-mcp-crate 2026-06-19 21:59:14 +02:00
omnigraph-mcp feat(mcp): MCP server surface — Streamable-HTTP transport + tool/resource projection (RFC-003) 2026-06-17 14:00:52 +02:00
omnigraph-policy feat(mcp): MCP server surface — Streamable-HTTP transport + tool/resource projection (RFC-003) 2026-06-17 14:00:52 +02:00
omnigraph-server Merge branch 'main' into ragnorc/omnigraph-mcp-crate 2026-06-19 21:59:14 +02:00