We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prisma/prisma'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
readme.md•391 B
# Prisma Version JSON E2E Test
This test verifies that `prisma version --json` outputs valid JSON that can be parsed by `jq`.
## What it tests
- `prisma version --json` outputs valid JSON
- The JSON output can be successfully parsed by `jq` (exit code 0)
- The JSON contains some expected fields
## Running the test
```bash
pnpm --filter @prisma/client test:e2e prisma-version-json
```