We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/istarwyh/mcpadvisor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
echo "Running pre-commit checks..."
# Run TypeScript type checking
echo "Running TypeScript type checking..."
npx tsc --noEmit || { echo "TypeScript check failed"; exit 1; }
# Temporarily skip tests due to configuration issues
# echo "Running tests..."
# npm test || { echo "Tests failed"; exit 1; }
echo "Pre-commit checks passed!"