We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quinny1187/maid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-gif-timing-fix.bat•525 B
@echo off
echo Testing GIF to Animation Timing Fix...
echo =====================================
echo.
echo This test will:
echo 1. Show the avatar
echo 2. Display a celebration GIF for 3 seconds
echo 3. Start a celebration dance animation DURING the GIF
echo 4. Verify the animation plays all frames after GIF ends
echo.
echo Watch the avatar window to see the fix in action!
echo.
pause
cd /d "%~dp0"
node test-gif-animation-timing.js
echo.
echo Test complete! The animation should have played all frames properly.
pause