We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/profullstack/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-commit•209 B
# Run lint-staged to lint and format staged files
pnpm lint-staged
# Run tests before commit
echo "Running tests before commit..."
pnpm test || exit 1
echo "Pre-commit checks passed. Proceeding with commit."