SLEAK-6511: el flujo de conexion del MCP incluye la autorizacion explicita - #251
Merged
Conversation
…plicita (SLEAK-6511) La pagina afirmaba que el cliente recibe su acceso automaticamente tras el login. Ahora hay un consentimiento explicito que nombra la aplicacion y el host que va a recibir el acceso, mas un aviso de no aprobar autorizaciones que el lector no inicio (el phishing que ese paso cierra).
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fuzilogik2019
marked this pull request as ready for review
September 3, 2026 20:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc companion de SLEAK-6511: el flujo de conexión del MCP cambia con el paso de autorización explícita.
Cambios en
powered-ai/mcp.mdx(EN + ES)La página afirmaba que, después del login, "el cliente recibe su acceso automáticamente". Con el consentimiento implementado eso dejó de ser cierto: ahora hay un paso donde el usuario autoriza al cliente y la pantalla nombra la aplicación y la dirección que va a recibir el acceso.
Además se agrega un
:::warningpara el lector: aprobar solo autorizaciones que él mismo inició desde su cliente MCP, y cancelar si la pantalla aparece sin haber conectado nada o nombra una aplicación desconocida. Ese aviso es la mitad humana del fix — el consentimiento sirve si el usuario sabe qué está mirando.Verificación
No pude correr
make build: elyarn.lockdedevelopestá desincronizado conpackage.jsonymake install --frozen-lockfilefalla con "Your lockfile needs to be updated". Es preexistente y ajeno a este cambio, así que no toqué el lockfile. El MDX agregado usa:::warningsin título, el mismo patrón que ya usanconnect_to_git.mdxysubscribe-using-aws.mdx.Vale arreglar el lockfile aparte — hoy nadie puede buildear el sitio localmente desde
develop.Links
🤖 Generated with Claude Code