@echo off
echo ========================================
echo Rebuild Project
echo ========================================
echo.
echo Cleaning old build and rebuilding...
echo.
REM Remove old build
if exist "dist\" (
echo Removing old build directory...
rmdir /s /q dist
)
REM Run TypeScript compiler
echo Running TypeScript compiler...
call npm run build
if errorlevel 1 (
echo.
echo BUILD FAILED!
echo Check the errors above.
pause
exit /b 1
)
echo.
echo ========================================
echo Build successful!
echo You can now run start-prod.bat
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