@echo off
echo ========================================
echo Verify Build Fix
echo ========================================
echo.
echo Running TypeScript compiler...
echo.
call npm run build
if errorlevel 1 (
echo.
echo ========================================
echo BUILD FAILED!
echo See errors above for details.
echo Check BUILD-TROUBLESHOOTING.md for help.
echo ========================================
pause
exit /b 1
)
echo.
echo ========================================
echo BUILD SUCCESSFUL! ✓
echo.
echo TypeScript errors have been fixed.
echo The dist/ folder has been created.
echo.
echo You can now:
echo - Run start-prod.bat to start production server
echo - Run quick-test.bat to test the system
echo - Use START.bat menu for all options
echo ========================================
pause
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-long/mcp-quoting-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server