Skip to main content
Glama

RS.ge Waybill MCP Server

test-mcp-launch.bat1.05 kB
@echo off echo ======================================== echo Testing MCP Server Launch echo ======================================== echo. echo 1. Testing Node.js... where node node --version echo. echo 2. Testing if dist/index.js exists... if exist "C:\Users\Boris\Dell\Projects\APPS\MCPWaybill\dist\index.js" ( echo ✅ File exists ) else ( echo ❌ File NOT found! goto :end ) echo. echo 3. Testing MCP server launch... echo (Will run for 3 seconds then timeout) timeout /t 3 /nobreak > nul & "C:\Program Files\nodejs\node.exe" "C:\Users\Boris\Dell\Projects\APPS\MCPWaybill\dist\index.js" echo. echo 4. Check logs... if exist "C:\Users\Boris\Dell\Projects\APPS\MCPWaybill\logs\mcp-server.log" ( echo ✅ Log file created echo Last 10 lines: powershell -command "Get-Content 'C:\Users\Boris\Dell\Projects\APPS\MCPWaybill\logs\mcp-server.log' -Tail 10" ) else ( echo ❌ No log file ) echo. :end echo ======================================== echo Test Complete 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/BorisSolomonia/MCPWaybill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server