We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerichosequitin/Metabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
echo "Running pre-commit checks..."
# Run type checking
echo "Type checking..."
npm run type-check
# Run linting
echo "Linting..."
npm run lint
# Run formatting check
echo "Checking formatting..."
npm run format:check
# Run tests
echo "Running tests..."
npm test
echo "All pre-commit checks passed!"