@infinitedusky/indusk-mcp 1.14.3 → 1.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,7 +48,7 @@ The MCP server provides 23 tools. The key ones for debugging:
|
|
|
48
48
|
### Logs
|
|
49
49
|
- **`getLogRecords`** — Query logs with filters, time range, pagination. Returns summary table.
|
|
50
50
|
- `dataset`: **required** — see lookup table above
|
|
51
|
-
- `timeRange`
|
|
51
|
+
- `timeRange`: supports relative expressions — use `{"from": "now-1h", "to": "now"}`, `now-30m`, `now-15m`, `now-24h`, etc. ISO timestamps also work: `{"from": "2026-04-13T00:00:00Z", "to": "2026-04-13T12:00:00Z"}`. **Prefer relative expressions** — they're simpler and always current.
|
|
52
52
|
- `filters`: `[{"key": "service.name", "operator": "is", "value": "game-server"}]`
|
|
53
53
|
- `logAttributeKeys`: specify which attributes to show in the table (e.g. `["service.name", "otel.scope.name"]`)
|
|
54
54
|
- Returns log record IDs for drilling into full details
|