We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gpaul-mcp/MCP_prompt_localDev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-commit•190 B
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Run lint-staged for code quality checks
npx lint-staged
# Run tests only for affected files
npx ts-node scripts/run-relevant-tests.ts