Skip to main content
Glama
validate-for-publish.bat648 B
@echo off REM Quick test script for publication echo Running basic package validation... REM Check if main file exists if exist "index.js" ( echo ✅ Main file (index.js) exists ) else ( echo ❌ Main file (index.js) missing exit /b 1 ) REM Check if lib directory exists if exist "lib" ( echo ✅ Library directory exists ) else ( echo ❌ Library directory missing exit /b 1 ) REM Try basic syntax check node --check index.js if %errorlevel% equ 0 ( echo ✅ Main file syntax check passed ) else ( echo ❌ Main file syntax check failed exit /b 1 ) echo ✅ Basic validation passed - ready for npm publish!

Latest Blog Posts

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/DeveloperZo/mcp-audio-inspector'

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