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
check.md•464 B
---
allowed-tools: Bash(npm run build:*), Bash(npm run lint), Bash(npm run lint:fix)
description: Run both type checking and linting
---
Run comprehensive code checks:
## Type checking
!`npm run build`
## Linting
!`npm run lint`
Automatically fix all errors found:
- For type errors: Analyze and fix all TypeScript errors in the build output
- For linting issues: First run `npm run lint:fix` to auto-fix what's possible, then manually fix any remaining issues