From ee8903b4b9df4c11cc8057a3b6809c1520a80e63 Mon Sep 17 00:00:00 2001 From: oabrivard Date: Wed, 11 Mar 2026 23:02:11 +0100 Subject: [PATCH] Added instructions for ChatGPT setup --- docs/mcp.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + +