Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/docs/en/powered-ai/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ Add the server to your MCP client configuration:
}
```

The first time your client connects, it opens your browser on the SleakOps sign-in page. Enter your account email and password — and your two-factor code if you have it enabled — and the client receives its access automatically. From then on it renews the session on its own.
The first time your client connects, it opens your browser on the SleakOps sign-in page. Enter your account email and password — and your two-factor code if you have it enabled — and then authorize that client: the screen names the application asking for access and the address that will receive it. Approve it and the client is connected; from then on it renews the session on its own.

:::warning
Only approve an authorization you started yourself from your MCP client. If that screen appears without you connecting anything, or it names an application you don't recognize, cancel it — someone else may have started the flow with your account.
:::

:::tip
The URL is the only thing your client needs. Your SleakOps password is never stored in the configuration file, and neither the client nor the server keeps a copy of it.
Expand Down
6 changes: 5 additions & 1 deletion content/docs/es/powered-ai/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ Agregá el server a la configuración de tu cliente MCP:
}
```

La primera vez que tu cliente se conecta, abre el navegador en la pantalla de inicio de sesión de SleakOps. Ingresás el email y la password de tu cuenta — y el código de doble factor si lo tenés activo — y el cliente recibe su acceso automáticamente. A partir de ahí renueva la sesión por su cuenta.
La primera vez que tu cliente se conecta, abre el navegador en la pantalla de inicio de sesión de SleakOps. Ingresás el email y la password de tu cuenta — y el código de doble factor si lo tenés activo — y después autorizás ese cliente: la pantalla nombra la aplicación que pide el acceso y la dirección que lo va a recibir. Al aprobarla el cliente queda conectado y, a partir de ahí, renueva la sesión por su cuenta.

:::warning
Aprobá solo una autorización que iniciaste vos desde tu cliente MCP. Si esa pantalla aparece sin que hayas conectado nada, o nombra una aplicación que no reconocés, cancelá — puede ser que alguien más haya iniciado el flujo con tu cuenta.
:::

:::tip
La URL es lo único que necesita tu cliente. Tu password de SleakOps nunca queda en el archivo de configuración, y ni el cliente ni el server guardan una copia.
Expand Down