@echo off
echo ========================================
echo MCP Quoting System - Development Mode
echo ========================================
echo.
echo Starting development server with auto-reload...
echo Server will run on http://localhost:3789
echo Press Ctrl+C to stop
echo.
REM Check if node_modules exists
if not exist "node_modules\" (
echo Installing dependencies first...
call npm install
echo.
)
REM Start development server
npm run dev
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