@aikidosec/mcp 1.0.20 → 1.0.22

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.
package/README.md CHANGED
@@ -14,9 +14,9 @@ The MCP authenticates in one of two ways. You don’t need to pick up front —
14
14
 
15
15
  If no token is configured, the first tool call returns a one-time set of sign-in links — one per Aikido region (EU / US / ME). Click the link that matches your account.
16
16
 
17
- ### Environment variable (CI / headless)
17
+ ### Environment variable (CI / headless / WSL)
18
18
 
19
- For CI, containers, or any setup where opening a browser/using keychain isn’t an option, generate a Personal Access Token in **Settings → Integrations → MCP Server** and pass it as `AIKIDO_API_KEY` — either in your MCP config’s `env` block (examples below) or as a system env var. When set, `AIKIDO_API_KEY` takes precedence over the cached browser token.
19
+ For CI, containers, WSL, or any setup where opening a browser or using an OS keychain isn’t an option, generate a Personal Access Token in **Settings → Integrations → IDE → MCP** and pass it as `AIKIDO_API_KEY` — either in your MCP config’s `env` block (examples below) or as a system env var. When set, `AIKIDO_API_KEY` takes precedence over the cached browser token.
20
20
 
21
21
  ## Add to your IDE or agent
22
22