diff --git a/.mcp.json b/.mcp.json index 1c7cc70..aeea346 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,22 @@ { - "mcpServers": { - "lesstime": { - "command": "docker", - "args": ["exec", "-i", "php-lesstime-fpm", "php", "bin/console", "mcp:server"] + "mcpServers": { + "lesstime": { + "type": "http", + "url": "http://project.malio-dev.fr/_mcp", + "headers": { + "Authorization": "Bearer 7e8b410a5b79b5c0432951dcee3a3a81e0731e86d9f70d8784ec079a2b759c64" + } + }, + "lesstime-local": { + "command": "docker", + "args": [ + "exec", + "-i", + "php-lesstime-fpm", + "php", + "bin/console", + "mcp:server" + ] + } } - } }