export class WasmPanicRegistry {
private message = ''
get() {
return `${this.message}`
}
// Don't use this method directly, it's only used by the Wasm panic hook in @prisma/prisma-schema-wasm.
private set_message(value: string) {
this.message = `RuntimeError: ${value}`
}
}
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