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
fix_voice_import.bat•531 B
@echo off
echo ========================================
echo Quick Fix for Voice Input Error
echo ========================================
echo.
echo Fixing the import error in speechListener.py...
echo.
:: The issue has been fixed, but if the file was already loaded
:: the user needs to restart the voice input window
echo The import error has been fixed!
echo.
echo Please:
echo 1. Close the Voice Input window (if it's open)
echo 2. Run start_all.bat again
echo.
echo The voice input should now work correctly.
echo.
pause