Skip to content

Commit 09dd09f

Browse files
committed
Fix Readme mention of old MCP_MAX_INTERVAL
1 parent 8c54225 commit 09dd09f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,13 @@ You can also set the following variables to override the default configuration:
180180
- `SYSDIG_MCP_LISTENING_PORT`: The port for the server when it is deployed using remote protocols (`streamable-http`, `sse`). Defaults to: `8080`
181181
- `SYSDIG_MCP_LISTENING_HOST`: The host for the server when it is deployed using remote protocols (`streamable-http`, `sse`). Defaults to all interfaces (`:port`). Set to `127.0.0.1` for local-only access.
182182
- `SYSDIG_MCP_STATELESS`: Enable stateless mode for `streamable-http` transport, where each request is self-contained with no session tracking (useful for AWS Bedrock AgentCore). Defaults to: `false`.
183-
- `SYSDIG_MCP_MAX_INTERVAL`: Maximum historical window accepted by the `k8s_list_*` Monitor tools when `start`/`end` are supplied. Go duration string (e.g. `24h`, `168h`). Defaults to: `168h` (7 days).
184-
185183
### Historical range on Monitor tools
186184

187185
All Sysdig Monitor `k8s_list_*` tools accept optional `start` / `end` RFC3339 parameters
188186
(e.g. `2026-04-16T00:00:00Z`). When omitted, tools return the current snapshot (unchanged
189187
behaviour). When provided, the underlying PromQL is wrapped in the aggregation appropriate
190188
for each tool (`avg_over_time`, `max_over_time`, `min_over_time`, `increase`, etc.) and
191-
evaluated at `end`. The window cannot exceed `SYSDIG_MCP_MAX_INTERVAL`. See
189+
evaluated at `end`. See
192190
[`internal/infra/mcp/tools/README.md`](./internal/infra/mcp/tools/README.md) for the
193191
per-tool aggregation table.
194192

0 commit comments

Comments
 (0)