You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improved number type handling in `gremlin-javascript`: smart GremlinLang type suffixes, `bigint` as BigInteger, and Long deserialization now returns `bigint` for values beyond safe integer range.
28
29
* Added grammar-based `Translator` for `gremlin-javascript` supporting translation to JavaScript, Python, Go, .NET, Java, Groovy, canonical, and anonymized output.
29
30
* Added `translate_gremlin_query` tool to `gremlin-mcp` that translates Gremlin queries to a target language variant, with optional LLM-assisted normalization via MCP sampling for non-canonical input.
30
31
* Modified `gremlin-mcp` to support offline mode where utility tools (translate, format) remain available without a configured `GREMLIN_MCP_ENDPOINT`.
[g.V('3').choose(__.out().count()).option(1.5,__.constant('one and a half')),"g.V('3').choose(__.out().count()).option(1.5,__.constant('one and a half'))"],
140
+
[g.V('3').choose(__.out().count()).option(1.5,__.constant('one and a half')),"g.V('3').choose(__.out().count()).option(1.5D,__.constant('one and a half'))"],
0 commit comments