We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocklambros/nist-csf-2-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.testignore•846 B
# Test files to exclude from CI/CD execution
# These files have TypeScript errors or missing dependencies
# Legacy test files with outdated test helpers
tests/tools/analysis-planning-tools.test.ts.disabled
tests/tools/framework-tools.test.ts.disabled
tests/tools/profile-management.test.ts.disabled
tests/tools/question-bank.test.ts.disabled
tests/tools/quick-assessment-fixed.test.ts.disabled
tests/tools/zero-coverage-tools.test.ts.disabled
# Unit test files with mocking issues
tests/tools/*unit.test.ts.disabled
tests/tools/*comprehensive.test.ts.disabled
tests/tools/*simple.test.ts.disabled
# Only these test files should run in CI:
# ✅ tests/core/**/*.test.ts
# ✅ tests/tools/csf-lookup.test.ts
# ✅ tests/tools/create-profile.test.ts
# ✅ tests/tools/assess-maturity.test.ts
# ✅ tests/tools/start-assessment-workflow.test.ts