Skip to content

Commit 0cbb31b

Browse files
committed
docs: generalize Secure-only wording in token and auth sections
1 parent a6dc69a commit 0cbb31b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can also set the following variables to override the default configuration:
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`.
183183

184-
You can find your API token in the Sysdig Secure UI under **Settings > Sysdig Secure API**. Make sure to copy the token as it will not be shown again.
184+
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.
185185

186186
![API_TOKEN_CONFIG](./docs/assets/settings-config-token.png)
187187
![API_TOKEN_SETTINGS](./docs/assets/api-token-copy.png)
@@ -487,9 +487,9 @@ To use the MCP server with a client like Claude or Cursor, you need to provide t
487487

488488
### Authentication
489489

490-
When using the `sse` or `streamable-http` transport, the server requires a Bearer token for authentication. The token is passed in the `X-Sysdig-Token` or default to `Authorization` header of the HTTP request (i.e `Bearer SYSDIG_SECURE_API_TOKEN`).
490+
When using the `sse` or `streamable-http` transport, the server requires a Bearer token for authentication. The token is passed in the `X-Sysdig-Token` or default to `Authorization` header of the HTTP request (i.e `Bearer SYSDIG_MCP_API_TOKEN`).
491491

492-
Additionally, you can specify the Sysdig Secure host by providing the `X-Sysdig-Host` header.
492+
Additionally, you can specify the Sysdig host by providing the `X-Sysdig-Host` header.
493493

494494
> **Note:** When provided, the authentication headers (`Authorization`, `X-Sysdig-Token`) and host header (`X-Sysdig-Host`) take precedence over the configured environment variables.
495495

0 commit comments

Comments
 (0)