From 746578c2cf46ace061aa35e6e0495b7c36898e28 Mon Sep 17 00:00:00 2001 From: r-dev Date: Mon, 29 Jun 2026 13:15:23 +0200 Subject: [PATCH] chore(mcp) : retire l'override lesstime du .mcp.json (utilise la conf globale) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le serveur MCP lesstime était redéfini en HTTP (405) ; on s'appuie désormais sur la conf user globale (~/.claude.json, HTTPS) comme les autres projets. Co-Authored-By: Claude Opus 4.8 (1M context) --- .mcp.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.mcp.json b/.mcp.json index 6f10892..20aaa50 100644 --- a/.mcp.json +++ b/.mcp.json @@ -7,13 +7,6 @@ "X-Profile-Id": "admin-default-profile", "X-Profile-Password": "A123" } - }, - "lesstime": { - "type": "http", - "url": "http://project.malio-dev.fr/_mcp", - "headers": { - "Authorization": "Bearer b355c6cbf27d2a86d7eba1c3132c99bb3133f94cfd9e9243ffcc3c5ae1dc82c8" - } } } }