/**
* An object like a record from the database.
*/
export type PrismaObject = Record<string, unknown>
/**
* The general type of values each node can evaluate to.
*/
export type Value = unknown
/**
* Scope in which a query plan node is interpreted. The names may come
* from the query placeholders or from let bindings introduced in the query plan.
*/
export type ScopeBindings = Record<string, unknown>
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