import { UserArgs } from './core/request/UserArgs'
import { Action } from './core/types/exported/JsApi'
export type QueryMiddlewareParams = {
/** The model this is executed on */
model?: string
/** The action that is being handled */
action: Action
/** TODO what is this */
dataPath: string[]
/** TODO what is this */
runInTransaction: boolean
args?: UserArgs
}
export type Namespace = 'all' | 'engine'
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