Skip to main content
Glama
prepare-repo.bat606 B
@echo off REM Preparation script for mcp-audio-inspector echo 🔍 Preparing mcp-audio-inspector for repository... REM Install dependencies echo 📦 Installing dependencies... npm install REM Run tests echo 🧪 Running tests... npm test REM Check package.json echo 📋 Package info: npm list --depth=0 echo ✅ mcp-audio-inspector is ready for Git! echo. echo Next steps: echo 1. git init echo 2. git add . echo 3. git commit -m "Initial commit: MCP Audio Inspector v0.1.0" echo 4. git remote add origin https://github.com/DeveloperZo/mcp-audio-inspector.git echo 5. git push -u origin main pause

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