import type { IsolationLevel } from '@prisma/driver-adapter-utils'
export type Options = {
/// Timeout for starting the transaction [ms]
maxWait?: number
/// Timeout for the transaction body [ms]
timeout?: number
/// Transaction isolation level
isolationLevel?: IsolationLevel
}
export type TransactionInfo = {
id: string
}
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