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
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,8 @@ The server dynamically filters the available tools based on the permissions asso
131
131
-**Required Permission**: `metrics-data.read`
132
132
-**Sample Prompt**: "Show the top 10 underutilized pods by memory quota in cluster 'production'"
133
133
134
+
> **Note:** When a time window is provided, the underlying PromQL is wrapped in the aggregation appropriate for each tool (`avg_over_time`, `max_over_time`, `min_over_time`, `increase`, etc.) and evaluated at `end`. See [`internal/infra/mcp/tools/README.md`](./internal/infra/mcp/tools/README.md) for the per-tool aggregation table.
135
+
134
136
### Sysdig Secure
135
137
136
138
-**`list_runtime_events`**
@@ -180,18 +182,6 @@ You can also set the following variables to override the default configuration:
180
182
-`SYSDIG_MCP_LISTENING_PORT`: The port for the server when it is deployed using remote protocols (`streamable-http`, `sse`). Defaults to: `8080`
181
183
-`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.
182
184
-`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`.
(e.g. `2026-04-16T00:00:00Z`). When omitted, tools return the current snapshot (unchanged
187
-
behaviour). When provided, the underlying PromQL is wrapped in the aggregation appropriate
188
-
for each tool (`avg_over_time`, `max_over_time`, `min_over_time`, `increase`, etc.) and
189
-
evaluated at `end`. See
190
-
[`internal/infra/mcp/tools/README.md`](./internal/infra/mcp/tools/README.md) for the
191
-
per-tool aggregation table.
192
-
193
-
The legacy `interval` parameter on `k8s_list_top_http_errors_in_pods` and
194
-
`k8s_list_top_network_errors_in_pods` is deprecated; prefer `start`/`end`.
195
185
196
186
You can find your API token in the Sysdig UI under **Settings > Sysdig Secure API** (or **Sysdig Monitor API**). Make sure to copy the token as it will not be shown again.
0 commit comments