Skip to main content
Glama

Prisma MCP Server

Official
by prisma
run-tests.ts536 B
import execa from 'execa' // We pass the --passWithNoTests flag to jest and vitest for them not to fail // when the filter provided via CLI only matches tests in one of the two suites. export function main() { execa.sync('jest', ['--silent', '--passWithNoTests', ...process.argv.slice(2)], { preferLocal: true, stdio: 'inherit', env: process.env, }) execa.sync('vitest', ['run', '--passWithNoTests', ...process.argv.slice(2)], { preferLocal: true, stdio: 'inherit', env: process.env, }) } void main()

MCP directory API

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