Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
flagErrors.ts1.01 kB
import { setClassName } from '@prisma/internals' import { green } from 'kleur/colors' export class ExperimentalFlagError extends Error { constructor() { super(`Please provide the ${green('--experimental')} flag to use this command.`) } } setClassName(ExperimentalFlagError, 'ExperimentalFlagError') export class PreviewFlagError extends Error { constructor() { super( `This feature is currently in Preview. There may be bugs and it's not recommended to use it in production environments. Please provide the ${green('--preview-feature')} flag to use this command.`, ) } } setClassName(PreviewFlagError, 'PreviewFlagError') export class EarlyAccessFlagError extends Error { constructor() { super( `This feature is currently in Early Access. There may be bugs and it's not recommended to use it in production environments. Please provide the ${green('--early-access')} flag to use this command.`, ) } } setClassName(EarlyAccessFlagError, 'EarlyAccessFlagError')

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