We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digital-Defiance/mcp-screenshot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
# Test files
**/*.spec.ts
**/*.test.ts
**/*.spec.js
**/*.test.js
**/e2e/
**/test-utils/
# Build artifacts
*.tsbuildinfo
tsconfig*.json
.swcrc
.spec.swcrc
# Development files
jest.config.js
.eslintrc*
.prettierrc*
# Documentation (keep README and LICENSE)
TESTING.md
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git files
.git/
.gitignore
.gitattributes
# CI/CD
.github/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies
node_modules/
# Coverage
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
# OCR training data (keep only English)
*.traineddata
!eng.traineddata