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-timing-v2.bat•619 B
@echo off
echo Animation Timing Fix v2 Test
echo ============================
echo.
echo This test verifies that animations now play ALL frames correctly.
echo.
echo What to watch for:
echo - shy_love: 7 frames showing love and thinking poses
echo - ultimate_showcase: 8 frames including all pointing poses
echo - GIF to animation: Full animation after GIF ends
echo.
echo Press any key to start the test...
pause > nul
cd /d "%~dp0"
node test-animation-timing-v2.js
echo.
echo Test complete!
echo You need to restart the avatar display for these fixes to take effect.
echo Run stop_all.bat then start_all.bat
pause