We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chry8822/workout-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
lint.md•351 B
---
allowed-tools: Bash(npm run lint), Bash(npm run lint:fix)
description: Run linting checks
---
Run linting to check code quality:
!`npm run lint`
Automatically fix all linting issues:
1. First run `npm run lint:fix` to auto-fix all fixable issues
2. If any issues remain that cannot be auto-fixed, manually fix them by editing the affected files