Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
test-handlePanic.ts618 B
import { ErrorArea, handlePanic, RustPanic } from '@prisma/internals' async function main() { const error = new RustPanic('Some error message!\n'.repeat(23), '', undefined, ErrorArea.LIFT_CLI) const packageJsonVersion = '0.0.0' const enginesVersion = 'prismaEngineVersionHash' const getDatabaseVersionSafe = () => Promise.resolve(undefined) await handlePanic({ error, cliVersion: packageJsonVersion, enginesVersion, command: 'something-test', getDatabaseVersionSafe, }) .catch((e) => { console.log(e) }) .finally(() => { process.exit(1) }) } 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