We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tristau/openweathermap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-commit•259 B
#!/usr/bin/env sh
echo "Running build test..."
pnpm run build:test
echo "Running tests with coverage..."
pnpm run test:coverage
echo "Running linting..."
pnpm run lint
echo "✅ Pre-commit checks passed! Coverage report available in ./coverage/index.html"