omnigraph/crates/omnigraph-compiler/src
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
..
catalog rename compiler NanoError and fix cluster config warnings 2026-06-17 23:44:24 +03:00
ir rename compiler NanoError and fix cluster config warnings 2026-06-17 23:44:24 +03:00
lint (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
query Merge branch 'main' into ragnorc/omnigraph-mcp-crate 2026-06-19 21:59:14 +02:00
schema rename compiler NanoError and fix cluster config warnings 2026-06-17 23:44:24 +03:00
error.rs address compiler error review comments 2026-06-18 00:02:21 +03:00
json_output.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
lib.rs feat(mcp): MCP server surface — Streamable-HTTP transport + tool/resource projection (RFC-003) 2026-06-17 14:00:52 +02:00
query_input.rs Merge branch 'main' into ragnorc/omnigraph-mcp-crate 2026-06-19 21:59:14 +02:00
result.rs rename compiler NanoError and fix cluster config warnings 2026-06-17 23:44:24 +03:00
types.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00