Skip to main content
Glama

Prisma MCP Server

Official
by prisma
PrismaClientUnknownRequestError.ts836 B
import { ErrorWithBatchIndex } from './ErrorWithBatchIndex' import { setClassName } from './setClassName' type UnknownErrorParams = { clientVersion: string batchRequestIdx?: number } export class PrismaClientUnknownRequestError extends Error implements ErrorWithBatchIndex { clientVersion: string batchRequestIdx?: number constructor(message: string, { clientVersion, batchRequestIdx }: UnknownErrorParams) { super(message) this.name = 'PrismaClientUnknownRequestError' this.clientVersion = clientVersion Object.defineProperty(this, 'batchRequestIdx', { value: batchRequestIdx, writable: true, enumerable: false, }) } get [Symbol.toStringTag]() { return 'PrismaClientUnknownRequestError' } } setClassName(PrismaClientUnknownRequestError, 'PrismaClientUnknownRequestError')

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