Skip to main content
Glama

Prisma MCP Server

Official
by prisma
test-suite-options.ts868 B
import { Providers } from '../../_utils/providers' import { MatrixOptions } from '../../_utils/types' /** * Opt out from providers not specified in `driverAdaptersTestProviders` in `setupTestSuite` * (to avoid the error about missing providers in the test suite matrix). */ export const optOutFromProvidersWithNoMatchingDriverAdapters: MatrixOptions['optOut'] = { from: [Providers.COCKROACHDB, Providers.SQLSERVER, Providers.MONGODB], reason: 'no availability of a Driver Adapter with these providers yet', } /** * Default sensible options for driver adapters tests. */ export const defaultTestSuiteOptions: MatrixOptions = { skipDefaultClientInstance: true, optOut: optOutFromProvidersWithNoMatchingDriverAdapters, skip(when, { clientEngineExecutor }) { when(clientEngineExecutor === 'remote', "Can't use driver adapters with Acelerate.") }, }

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