Tags: hypermodeinc/dgraph
Tags
fix(core): fix reverse edge loss when set and delete occur together (#… …9403) This PR fixes a bug where a reverse edge (`@reverse` predicate) with a count index (`@count`) may lose values when the same predicate is set and deleted multiple times within a single DQL mutation. --------- Co-authored-by: Li <lix6@legal.regn.net>
feat(core): Add mcp server (#9389) Added an MCP server. To access it, add the following to your MCP config: ``` { "mcpServers": { "dgraph-binary": { "command": "/home/harshil/gopath/bin/dgraph", "args": ["mcp"] }, "dgraph-mcp": { "serverUrl": "http://localhost:8080/mcp/sse" }, "dgraph-mcp-ro": { "serverUrl": "http://localhost:8080/mcp-ro/sse" } } } ```
fix(core): put new metrics behind a feature flag (#9337)
PreviousNext