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: .envrc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ watch_file *.nix
3
3
dotenv_if_exists .env # You can create a .env file with your env vars for this project. You can also use .secrets if you are using act. See the line below.
4
4
dotenv_if_exists .secrets # Used by [act](https://nektosact.com/) to load secrets into the pipelines
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Note that if you add more tools you need to also update this file to reflect tha
71
71
72
72
## Troubleshooting & Tips
73
73
74
-
-**Missing config:**`SYSDIG_MCP_API_HOST` and `SYSDIG_MCP_API_SECURE_TOKEN` are mandatory in `stdio`. Validation fails early in `internal/config/config.go`.
74
+
-**Missing config:**`SYSDIG_MCP_API_HOST` and `SYSDIG_MCP_API_TOKEN` are mandatory in `stdio`. Validation fails early in `internal/config/config.go`.
75
75
-**Token scope:** If a tool does not appear, verify the token’s permissions under **Settings > Users & Teams > Roles**. `generate_sysql` currently requires a regular user token, not a Service Account.
76
76
-**Remote auth:** When using `streamable-http` or `sse`, pass `Authorization: Bearer <token>` and optionally `X-Sysdig-Host`. These values override env vars via the request context middleware.
77
77
-**Environment drift:** Always run inside `nix develop`; lint/test expect binaries like `gofumpt`, `golangci-lint`, and `ginkgo` provided by the flake.
# Optional (Host and Token can be provided via HTTP headers)
160
160
# SYSDIG_MCP_API_HOST=https://us2.app.sysdig.com
161
-
#SYSDIG_MCP_API_SECURE_TOKEN=your-api-token-here
161
+
#SYSDIG_MCP_API_TOKEN=your-api-token-here
162
162
SYSDIG_MCP_LISTENING_PORT=8080
163
163
SYSDIG_MCP_LISTENING_HOST=localhost
164
164
SYSDIG_MCP_MOUNT_PATH=/sysdig-mcp-server
@@ -204,13 +204,13 @@ You can run the MCP server using Docker (recommended for production) or directly
204
204
The easiest way to run the server is using the pre-built Docker image from GitHub Container Registry (as shown in the [Quickstart Guide](#quickstart-guide)).
0 commit comments