Skip to content

Releases: DIMO-Network/telemetry-api

v0.4.12 — working MCP signal tools + MCP billing parity

Choose a tag to compare

@zer0stars zer0stars released this 12 Jun 13:25
edce41a

What's Changed

  • MCP signal tools fixedtelemetry_get_signals_time_series and telemetry_get_latest_signals previously returned empty data (static mcpgen queries selected only timestamp/lastSeen). They now take a signal list (signalRequests/signalNames) and render the selection set per call via server-garage v0.4.0 SelectionTemplate + ToolOnly args. Startup fails if mcpgen output renames either tool.
  • MCP extension parity — the MCP executor now shares the HTTP GraphQL server's extension set: DCX credit tracking, FixedComplexityLimit(100), query recording, metrics, error presenter. MCP tool calls were previously unbilled, unrecorded, and uncapped.
  • server-garage v0.1.1 → v0.4.0, model-garage v1.0.13.

Full Changelog: v0.4.11...v0.4.12

v0.4.9

Choose a tag to compare

@elffjs elffjs released this 23 Apr 12:36

What's Changed

  • signalsLatest/lastSeen via signal_latest projection by @zer0stars in #284

Full Changelog: v0.4.8...v0.4.9

v0.4.8

Choose a tag to compare

@zer0stars zer0stars released this 20 Apr 19:01
f043c98

chore: bump server-garage to v0.1.1

Fixes float64 is not an int errors on MCP shortcut tool calls with integer args.

v0.4.7

Choose a tag to compare

@zer0stars zer0stars released this 20 Apr 17:43
9925391

Add MCP server endpoint at /mcp with JWT auth (#277). Privilege directives enforced via shared gqlgen executor. Condensed schema via server-garage/mcpgen v0.1.0.

v0.4.6

Choose a tag to compare

@zer0stars zer0stars released this 17 Apr 17:44
c042cad

What's Changed

  • perf: bound latest-signal queries to a lookback window by @zer0stars in #282

Full Changelog: v0.4.5...v0.4.6

v0.4.5

Choose a tag to compare

@zer0stars zer0stars released this 09 Apr 17:27

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

Choose a tag to compare

@zer0stars zer0stars released this 24 Mar 19:00

What's Changed

  • Handle context canceled errors as client disconnects instead of logging cascading INTERNAL_SERVER_ERROR across subsystems (ClickHouse, gRPC, credit tracker)
  • Return REQUEST_CANCELED error code with elapsed time when clients disconnect
  • Log at warn level instead of error level for client cancellations

v0.4.3

Choose a tag to compare

@elffjs elffjs released this 20 Mar 19:11

What's Changed

  • model-garage v.1.0.6 update, and spec generation by @LDMO-Dev in #272
  • Fix empty results for sub-second timestamp queries by @zer0stars in #276

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@zer0stars zer0stars released this 10 Mar 15:53

What's Changed

  • feat: refactor events to use CloudEvent envelope struct by @zer0stars in #267

Full Changelog: v0.3.2...v0.4.2

v0.3.2

Choose a tag to compare

@zer0stars zer0stars released this 07 Mar 23:02

Changes

  • Regenerate GraphQL code to reflect updated SignalFilter.source documentation (ethr DID format)