Skip to main content
Glama

Selenium MCP Server

pre-push459 B
#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" echo "🚀 Running pre-push checks..." # Run linting echo "🔍 Running ESLint..." npm run lint # Run tests if they exist if [ -f "package.json" ] && grep -q '"test"' package.json; then echo "🧪 Running tests..." npm test fi # Type check echo "🔧 Type checking..." npm run type-check # Final build check echo "🏗️ Final build check..." npm run build echo "✅ Pre-push checks passed!"

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/pshivapr/selenium-mcp'

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