We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251fc68 commit e0e058cCopy full SHA for e0e058c
1 file changed
packages/plugin-mcp/src/endpoints/mcp.ts
@@ -44,6 +44,7 @@ export const initializeMCPHandler = (pluginOptions: PluginMCPServerConfig) => {
44
45
const { docs } = await payload.find({
46
collection: 'payload-mcp-api-keys',
47
+ depth: 1,
48
limit: 1,
49
pagination: false,
50
where,
0 commit comments