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
README.md•452 B
## relationMode = prisma with onUpdate = Restrict
We test 2 different schemas
- `primary-key` where the id referenced in the relation is the Primary Key, we run the tests on all databases (except on MongoDB we only run 1 test, as the second test would need to mutate the primary key `_id`, which is immutable).
- `at-unique` where the id referenced in the relation is NOT the Primary Key, it is an `@unique` field, we run the tests on all databases.