diff --git a/docs/mcp.md b/docs/mcp.md index 713f0c0..7e2f887 100644 --- a/docs/mcp.md +++ b/docs/mcp.md @@ -124,3 +124,21 @@ If tool calls fail with Google errors: - Verify OAuth file mounts in Docker: - `GOOGLE_CLIENT_SECRETS_FILE` - `GOOGLE_TOKEN_FILE` + +In ChatGPT when adding a client application use the following parameters +- Nom = chatgpt-personal-agent +- Description = Check my availability +- Url de serveur MCP = https://mcp.simple-agent.cio-strategies.com/mcp +- Authentication = OAuth +- Paramètres avancés + - Méthode d'enregistrement = Client OAuth défini par l'utilisateur + - URL de rappel --> à reporter dans Casdoor + - ID Client OAuth = chatgpt-personal-agent (idem Casdoor) + - Secret client OAuth = secret OAuth venant de Casdoor + - Méthode d'authentification = client_secret_post + - Périmètres par défaut = openid + offline_access + available_meeting_intervals:read + availability:read + - URL d'autorisation = https://id.simple-agent.cio-strategies.com/login/oauth/authorize + - URL jeton = https://id.simple-agent.cio-strategies.com/api/login/oauth/access_token + - Décocher "OIDC activé" et mettre à blanc tous les autres champs + +