Skip to main content
Glama
prepare-repo.bat667 B
@echo off REM Preparation script for mcp-audio-tweaker echo ⚙️ Preparing mcp-audio-tweaker for repository... REM Install dependencies echo 📦 Installing dependencies... npm install REM Build TypeScript echo 🔨 Building TypeScript... npm run build REM Run tests echo 🧪 Running tests... npm test REM Check package.json echo 📋 Package info: npm list --depth=0 echo ✅ mcp-audio-tweaker 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 Tweaker v0.1.0" echo 4. git remote add origin https://github.com/DeveloperZo/mcp-audio-tweaker.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-tweaker'

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