Skip to main content
Glama

Selenium MCP Server

pre-pushโ€ข459 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