@payloadcms/plugin-mcp 4.0.0-internal.c7d5de4 → 4.0.0-internal.cc18726

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/dist/endpoint/access.js +2 -2
  2. package/dist/endpoint/access.js.map +1 -1
  3. package/dist/mcp/buildMcpServer.d.ts +1 -1
  4. package/dist/mcp/buildMcpServer.d.ts.map +1 -1
  5. package/dist/mcp/buildMcpServer.js +35 -23
  6. package/dist/mcp/buildMcpServer.js.map +1 -1
  7. package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -1
  8. package/dist/mcp/builtin/collections/authTools.js +79 -56
  9. package/dist/mcp/builtin/collections/authTools.js.map +1 -1
  10. package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -1
  11. package/dist/mcp/builtin/collections/countTool.js +9 -14
  12. package/dist/mcp/builtin/collections/countTool.js.map +1 -1
  13. package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -1
  14. package/dist/mcp/builtin/collections/countVersionsTool.js +9 -13
  15. package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -1
  16. package/dist/mcp/builtin/collections/createTool.d.ts +1 -1
  17. package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -1
  18. package/dist/mcp/builtin/collections/createTool.js +94 -60
  19. package/dist/mcp/builtin/collections/createTool.js.map +1 -1
  20. package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -1
  21. package/dist/mcp/builtin/collections/deleteTool.js +40 -43
  22. package/dist/mcp/builtin/collections/deleteTool.js.map +1 -1
  23. package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -1
  24. package/dist/mcp/builtin/collections/duplicateTool.js +15 -34
  25. package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -1
  26. package/dist/mcp/builtin/collections/fileInput.d.ts +21 -13
  27. package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -1
  28. package/dist/mcp/builtin/collections/fileInput.js +40 -17
  29. package/dist/mcp/builtin/collections/fileInput.js.map +1 -1
  30. package/dist/mcp/builtin/collections/fileInput.spec.js +20 -6
  31. package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -1
  32. package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -1
  33. package/dist/mcp/builtin/collections/findDistinctTool.js +11 -26
  34. package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -1
  35. package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -1
  36. package/dist/mcp/builtin/collections/findTool.js +21 -43
  37. package/dist/mcp/builtin/collections/findTool.js.map +1 -1
  38. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -1
  39. package/dist/mcp/builtin/collections/findVersionByIDTool.js +17 -26
  40. package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -1
  41. package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -1
  42. package/dist/mcp/builtin/collections/findVersionsTool.js +16 -30
  43. package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -1
  44. package/dist/mcp/builtin/collections/formatCollectionError.d.ts +2 -2
  45. package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +1 -1
  46. package/dist/mcp/builtin/collections/formatCollectionError.js +6 -6
  47. package/dist/mcp/builtin/collections/formatCollectionError.js.map +1 -1
  48. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -1
  49. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +15 -14
  50. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -1
  51. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -1
  52. package/dist/mcp/builtin/collections/restoreVersionTool.js +14 -26
  53. package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -1
  54. package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -1
  55. package/dist/mcp/builtin/collections/updateTool.js +38 -80
  56. package/dist/mcp/builtin/collections/updateTool.js.map +1 -1
  57. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts +2 -0
  58. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts.map +1 -0
  59. package/dist/mcp/builtin/collections/uploadInstructionsTool.js +55 -0
  60. package/dist/mcp/builtin/collections/uploadInstructionsTool.js.map +1 -0
  61. package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -1
  62. package/dist/mcp/builtin/getConfigInfoTool.js +3 -2
  63. package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -1
  64. package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -1
  65. package/dist/mcp/builtin/globals/countVersionsTool.js +9 -13
  66. package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -1
  67. package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -1
  68. package/dist/mcp/builtin/globals/findTool.js +10 -16
  69. package/dist/mcp/builtin/globals/findTool.js.map +1 -1
  70. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -1
  71. package/dist/mcp/builtin/globals/findVersionByIDTool.js +13 -24
  72. package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -1
  73. package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -1
  74. package/dist/mcp/builtin/globals/findVersionsTool.js +13 -29
  75. package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -1
  76. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -1
  77. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +11 -11
  78. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -1
  79. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -1
  80. package/dist/mcp/builtin/globals/restoreVersionTool.js +15 -22
  81. package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -1
  82. package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -1
  83. package/dist/mcp/builtin/globals/updateTool.js +18 -23
  84. package/dist/mcp/builtin/globals/updateTool.js.map +1 -1
  85. package/dist/mcp/builtin/validateEntityData.d.ts +4 -4
  86. package/dist/mcp/builtin/validateEntityData.d.ts.map +1 -1
  87. package/dist/mcp/builtin/validateEntityData.js +7 -7
  88. package/dist/mcp/builtin/validateEntityData.js.map +1 -1
  89. package/dist/mcp/builtinTools.d.ts +6 -0
  90. package/dist/mcp/builtinTools.d.ts.map +1 -1
  91. package/dist/mcp/builtinTools.js +9 -3
  92. package/dist/mcp/builtinTools.js.map +1 -1
  93. package/dist/mcp/sanitizeMCPConfig.js +4 -1
  94. package/dist/mcp/sanitizeMCPConfig.js.map +1 -1
  95. package/dist/stdio.d.ts.map +1 -1
  96. package/dist/stdio.js +2 -1
  97. package/dist/stdio.js.map +1 -1
  98. package/dist/types.d.ts +4 -4
  99. package/dist/types.d.ts.map +1 -1
  100. package/dist/types.js.map +1 -1
  101. package/package.json +6 -8
  102. package/src/endpoint/access.ts +2 -3
  103. package/src/mcp/buildMcpServer.ts +39 -29
  104. package/src/mcp/builtin/collections/authTools.ts +77 -69
  105. package/src/mcp/builtin/collections/countTool.ts +9 -21
  106. package/src/mcp/builtin/collections/countVersionsTool.ts +9 -18
  107. package/src/mcp/builtin/collections/createTool.ts +87 -84
  108. package/src/mcp/builtin/collections/deleteTool.ts +36 -64
  109. package/src/mcp/builtin/collections/duplicateTool.ts +21 -83
  110. package/src/mcp/builtin/collections/fileInput.spec.ts +20 -6
  111. package/src/mcp/builtin/collections/fileInput.ts +53 -23
  112. package/src/mcp/builtin/collections/findDistinctTool.ts +11 -63
  113. package/src/mcp/builtin/collections/findTool.ts +21 -103
  114. package/src/mcp/builtin/collections/findVersionByIDTool.ts +15 -58
  115. package/src/mcp/builtin/collections/findVersionsTool.ts +14 -85
  116. package/src/mcp/builtin/collections/formatCollectionError.ts +8 -8
  117. package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +16 -12
  118. package/src/mcp/builtin/collections/restoreVersionTool.ts +14 -56
  119. package/src/mcp/builtin/collections/updateTool.ts +47 -101
  120. package/src/mcp/builtin/collections/uploadInstructionsTool.ts +64 -0
  121. package/src/mcp/builtin/getConfigInfoTool.ts +2 -1
  122. package/src/mcp/builtin/globals/countVersionsTool.ts +9 -17
  123. package/src/mcp/builtin/globals/findTool.ts +12 -51
  124. package/src/mcp/builtin/globals/findVersionByIDTool.ts +13 -52
  125. package/src/mcp/builtin/globals/findVersionsTool.ts +14 -92
  126. package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +10 -10
  127. package/src/mcp/builtin/globals/restoreVersionTool.ts +14 -45
  128. package/src/mcp/builtin/globals/updateTool.ts +34 -52
  129. package/src/mcp/builtin/validateEntityData.ts +10 -13
  130. package/src/mcp/builtinTools.ts +9 -2
  131. package/src/mcp/sanitizeMCPConfig.ts +4 -1
  132. package/src/stdio.ts +2 -1
  133. package/src/types.ts +4 -4
  134. package/dist/utils/getVirtualFieldNames.d.ts +0 -14
  135. package/dist/utils/getVirtualFieldNames.d.ts.map +0 -1
  136. package/dist/utils/getVirtualFieldNames.js +0 -35
  137. package/dist/utils/getVirtualFieldNames.js.map +0 -1
  138. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts +0 -28
  139. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts.map +0 -1
  140. package/dist/utils/schemaConversion/filterFieldsByAccess.js +0 -71
  141. package/dist/utils/schemaConversion/filterFieldsByAccess.js.map +0 -1
  142. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -13
  143. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
  144. package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -66
  145. package/dist/utils/schemaConversion/getEntityInputSchema.js.map +0 -1
  146. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +0 -10
  147. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +0 -1
  148. package/dist/utils/schemaConversion/sanitizeEntitySchema.js +0 -384
  149. package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +0 -1
  150. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +0 -133
  151. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +0 -1
  152. package/dist/utils/transformPointDataToPayload.d.ts +0 -7
  153. package/dist/utils/transformPointDataToPayload.d.ts.map +0 -1
  154. package/dist/utils/transformPointDataToPayload.js +0 -28
  155. package/dist/utils/transformPointDataToPayload.js.map +0 -1
  156. package/dist/utils/whereSchema.d.ts +0 -9
  157. package/dist/utils/whereSchema.d.ts.map +0 -1
  158. package/dist/utils/whereSchema.js +0 -13
  159. package/dist/utils/whereSchema.js.map +0 -1
  160. package/src/utils/getVirtualFieldNames.ts +0 -53
  161. package/src/utils/schemaConversion/filterFieldsByAccess.ts +0 -123
  162. package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -96
  163. package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +0 -96
  164. package/src/utils/schemaConversion/sanitizeEntitySchema.ts +0 -432
  165. package/src/utils/transformPointDataToPayload.ts +0 -40
  166. package/src/utils/whereSchema.ts +0 -24
@@ -1,16 +1,15 @@
1
- import { z } from 'zod'
1
+ import { deleteDocumentsInputSchema } from 'payload'
2
2
 
3
3
  import { defaultAccess } from '../../../defaultAccess.js'
4
4
  import { defineCollectionTool } from '../../../defineTool.js'
5
5
  import { getLogger } from '../../../utils/getLogger.js'
6
- import { whereSchema } from '../../../utils/whereSchema.js'
7
6
 
8
7
  const DEFAULT_DESCRIPTION =
9
8
  'Delete documents in any collection by passing the collection slug and ID or where clause.'
10
9
 
11
10
  export const deleteDocumentsTool = defineCollectionTool({
12
11
  access: (args) =>
13
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.delete),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.delete),
14
13
  annotations: {
15
14
  destructiveHint: true,
16
15
  idempotentHint: false,
@@ -19,86 +18,59 @@ export const deleteDocumentsTool = defineCollectionTool({
19
18
  title: 'Delete Documents',
20
19
  },
21
20
  description: DEFAULT_DESCRIPTION,
22
- input: z.object({
23
- id: z
24
- .union([z.string(), z.number()])
25
- .describe('Optional: specific document ID to delete')
26
- .optional(),
27
- depth: z
28
- .number()
29
- .int()
30
- .min(0)
31
- .max(10)
32
- .describe('Depth of population for relationships in response')
33
- .optional()
34
- .default(0),
35
- fallbackLocale: z
36
- .string()
37
- .describe('Optional: fallback locale code to use when requested locale is not available')
38
- .optional(),
39
- locale: z
40
- .string()
41
- .describe(
42
- 'Optional: locale code for the operation (e.g., "en", "es"). Defaults to the default locale',
43
- )
44
- .optional(),
45
- where: whereSchema
46
- .describe(
47
- 'Optional: where clause to delete multiple documents. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
48
- )
49
- .optional(),
50
- }),
51
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: deleteDocumentsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
52
23
  const payload = req.payload
53
24
  const logger = getLogger({ payload })
54
25
 
55
26
  const { id, depth, fallbackLocale, locale, where } = input
56
27
 
57
28
  logger.info(
58
- `Deleting document from collection: ${collectionSlug}${id ? ` with ID: ${id}` : ' with where clause'}${locale ? `, locale: ${locale}` : ''}`,
29
+ `Deleting document from collection: ${slug}${id ? ` with ID: ${id}` : ' with where clause'}${locale ? `, locale: ${locale}` : ''}`,
59
30
  )
60
31
 
61
32
  try {
62
- if (!id && !where) {
63
- return {
64
- content: [{ type: 'text', text: 'Error: Either id or where clause must be provided' }],
65
- }
66
- }
67
-
68
- const deleteOptions: Record<string, unknown> = {
69
- collection: collectionSlug,
70
- depth,
71
- overrideAccess: authorizedMCP.overrideAccess,
72
- req,
73
- ...(locale && { locale }),
74
- ...(fallbackLocale && { fallbackLocale }),
75
- }
76
-
77
- if (id) {
78
- deleteOptions.id = id
79
- } else {
80
- deleteOptions.where = where
81
- }
82
-
83
- const result = await payload.delete(deleteOptions as Parameters<typeof payload.delete>[0])
33
+ if (id !== undefined) {
34
+ const result = await payload.delete({
35
+ id,
36
+ collection: slug,
37
+ depth,
38
+ overrideAccess: authorizedMCP.overrideAccess,
39
+ req,
40
+ ...(locale && { locale }),
41
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
42
+ })
84
43
 
85
- if (id) {
86
44
  return {
87
45
  content: [
88
46
  {
89
47
  type: 'text',
90
- text: `Document deleted successfully from collection "${collectionSlug}"!\nDeleted document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
48
+ text: `Document deleted successfully from collection "${slug}"!\nDeleted document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
91
49
  },
92
50
  ],
93
51
  doc: result as Record<string, unknown>,
94
52
  }
95
53
  }
96
54
 
97
- const bulkResult = result as { docs?: unknown[]; errors?: unknown[] }
98
- const docs = bulkResult.docs || []
99
- const errors = bulkResult.errors || []
55
+ if (where === undefined) {
56
+ return {
57
+ content: [{ type: 'text', text: 'Error: Either id or where clause must be provided' }],
58
+ }
59
+ }
60
+
61
+ const result = await payload.delete({
62
+ collection: slug,
63
+ depth,
64
+ overrideAccess: authorizedMCP.overrideAccess,
65
+ req,
66
+ where,
67
+ ...(locale && { locale }),
68
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
69
+ })
70
+ const docs = result.docs || []
71
+ const errors = result.errors || []
100
72
 
101
- let responseText = `Document deleted successfully from collection "${collectionSlug}"!\nDeleted: ${docs.length} documents\nErrors: ${errors.length}\n---`
73
+ let responseText = `Document deleted successfully from collection "${slug}"!\nDeleted: ${docs.length} documents\nErrors: ${errors.length}\n---`
102
74
  if (docs.length > 0) {
103
75
  responseText += `\n\nDeleted documents:\n\`\`\`json\n${JSON.stringify(docs)}\n\`\`\``
104
76
  }
@@ -112,12 +84,12 @@ export const deleteDocumentsTool = defineCollectionTool({
112
84
  }
113
85
  } catch (error) {
114
86
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
115
- logger.error(`Error deleting document from ${collectionSlug}: ${errorMessage}`)
87
+ logger.error(`Error deleting document from ${slug}: ${errorMessage}`)
116
88
  return {
117
89
  content: [
118
90
  {
119
91
  type: 'text',
120
- text: `Error deleting document from collection "${collectionSlug}": ${errorMessage}`,
92
+ text: `Error deleting document from collection "${slug}": ${errorMessage}`,
121
93
  },
122
94
  ],
123
95
  }
@@ -1,15 +1,13 @@
1
- import type { PopulateType, SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import {
2
+ duplicateDocumentInputSchema,
3
+ getCollectionVirtualFieldNames,
4
+ stripVirtualFields,
5
+ transformPointDataToPayload,
6
+ } from 'payload'
4
7
 
5
8
  import { defaultAccess } from '../../../defaultAccess.js'
6
9
  import { defineCollectionTool } from '../../../defineTool.js'
7
10
  import { getLogger } from '../../../utils/getLogger.js'
8
- import {
9
- getCollectionVirtualFieldNames,
10
- stripVirtualFields,
11
- } from '../../../utils/getVirtualFieldNames.js'
12
- import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
13
11
  import { formatCollectionError } from './formatCollectionError.js'
14
12
 
15
13
  const DEFAULT_DESCRIPTION =
@@ -17,7 +15,7 @@ const DEFAULT_DESCRIPTION =
17
15
 
18
16
  export const duplicateDocumentTool = defineCollectionTool({
19
17
  access: (args) =>
20
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.create),
18
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
21
19
  annotations: {
22
20
  destructiveHint: false,
23
21
  idempotentHint: false,
@@ -26,109 +24,49 @@ export const duplicateDocumentTool = defineCollectionTool({
26
24
  title: 'Duplicate Document',
27
25
  },
28
26
  description: DEFAULT_DESCRIPTION,
29
- input: z.object({
30
- id: z.union([z.string(), z.number()]).describe('The ID of the document to duplicate'),
31
- data: z
32
- .record(z.string(), z.unknown())
33
- .describe('Optional: fields to override on the duplicated document')
34
- .optional(),
35
- depth: z
36
- .number()
37
- .int()
38
- .min(0)
39
- .max(10)
40
- .describe('How many levels deep to populate relationships in response')
41
- .optional()
42
- .default(0),
43
- draft: z
44
- .boolean()
45
- .describe('Whether to create the duplicate as a draft')
46
- .optional()
47
- .default(false),
48
- fallbackLocale: z
49
- .string()
50
- .describe('Optional: fallback locale code to use when requested locale is not available')
51
- .optional(),
52
- locale: z
53
- .string()
54
- .describe(
55
- 'Optional: locale code to duplicate in (e.g., "en", "es"). Defaults to the default locale',
56
- )
57
- .optional(),
58
- populate: z
59
- .record(z.string(), z.unknown())
60
- .describe(
61
- 'Optional: control which fields to include from populated relationship or upload documents.',
62
- )
63
- .optional(),
64
- select: z
65
- .record(z.string(), z.unknown())
66
- .describe(
67
- 'Optional: define exactly which fields you\'d like to return in the response, e.g., {"title": true}',
68
- )
69
- .optional(),
70
- selectedLocales: z
71
- .array(z.string())
72
- .describe('Optional: localized field locales to include in the duplicated document')
73
- .optional(),
74
- showHiddenFields: z
75
- .boolean()
76
- .describe('Optional: include hidden fields in the duplicated document response')
77
- .optional(),
78
- }),
79
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
27
+ input: duplicateDocumentInputSchema,
28
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
80
29
  const payload = req.payload
81
30
  const logger = getLogger({ payload })
82
- const {
83
- id,
84
- data,
85
- depth,
86
- draft,
87
- fallbackLocale,
88
- locale,
89
- populate,
90
- select,
91
- selectedLocales,
92
- showHiddenFields,
93
- } = input
31
+ const { id, data, depth, draft, fallbackLocale, locale, populate, select, selectedLocales } =
32
+ input
94
33
 
95
- logger.info(`Duplicating document in collection: ${collectionSlug} with ID: ${id}`)
34
+ logger.info(`Duplicating document in collection: ${slug} with ID: ${id}`)
96
35
 
97
36
  try {
98
- const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, collectionSlug)
37
+ const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
99
38
  const inputData = data ? stripVirtualFields(data, virtualFieldNames) : undefined
100
39
  const parsedData = inputData ? transformPointDataToPayload(inputData) : undefined
101
40
 
102
41
  const result = await payload.duplicate({
103
42
  id,
104
- collection: collectionSlug,
43
+ collection: slug,
105
44
  depth,
106
45
  draft,
107
46
  overrideAccess: authorizedMCP.overrideAccess,
108
47
  req,
109
48
  ...(parsedData ? { data: parsedData } : {}),
110
49
  ...(locale ? { locale } : {}),
111
- ...(fallbackLocale ? { fallbackLocale } : {}),
112
- ...(populate ? { populate: populate as PopulateType } : {}),
113
- ...(select ? { select: select as SelectType } : {}),
50
+ ...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
51
+ ...(populate ? { populate } : {}),
52
+ ...(select ? { select } : {}),
114
53
  ...(selectedLocales ? { selectedLocales } : {}),
115
- ...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
116
54
  })
117
55
 
118
- logger.info(`Successfully duplicated document in ${collectionSlug} from ID: ${id}`)
56
+ logger.info(`Successfully duplicated document in ${slug} from ID: ${id}`)
119
57
 
120
58
  return {
121
59
  content: [
122
60
  {
123
61
  type: 'text',
124
- text: `Document duplicated successfully in collection "${collectionSlug}"!\nDuplicated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
62
+ text: `Document duplicated successfully in collection "${slug}"!\nDuplicated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
125
63
  },
126
64
  ],
127
65
  doc: result as Record<string, unknown>,
128
66
  }
129
67
  } catch (error) {
130
68
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
131
- logger.error(`Error duplicating document in ${collectionSlug}: ${errorMessage}`)
132
- return formatCollectionError({ action: 'duplicating', collectionSlug, error, req })
69
+ logger.error(`Error duplicating document in ${slug}: ${errorMessage}`)
70
+ return formatCollectionError({ slug, action: 'duplicating', error, req })
133
71
  }
134
72
  })
@@ -2,7 +2,7 @@ import type { PayloadRequest } from 'payload'
2
2
 
3
3
  import { describe, expect, it } from 'vitest'
4
4
 
5
- import { fileInputSchema, resolveFileInput } from './fileInput.js'
5
+ import { fileInputSchema, resolveFile } from './fileInput.js'
6
6
 
7
7
  describe('MCP file input', () => {
8
8
  it('should reject malformed MIME types', () => {
@@ -16,12 +16,26 @@ describe('MCP file input', () => {
16
16
  expect(result.success).toBe(false)
17
17
  })
18
18
 
19
+ it('should accept a prepared upload', () => {
20
+ const result = fileInputSchema.safeParse({
21
+ file: {
22
+ filename: 'image.png',
23
+ mimeType: 'image/png',
24
+ size: 123,
25
+ uploadReference: { uploadId: 'upload-id' },
26
+ },
27
+ source: 'uploadReference',
28
+ })
29
+
30
+ expect(result.success).toBe(true)
31
+ })
32
+
19
33
  it('should reject oversized base64 files', async () => {
20
34
  const req = createRequest({ maxFileSize: 4 })
21
35
 
22
36
  await expect(
23
- resolveFileInput({
24
- collectionSlug: 'media',
37
+ resolveFile({
38
+ slug: 'media',
25
39
  input: {
26
40
  data: Buffer.from('hello').toString('base64'),
27
41
  mimeType: 'text/plain',
@@ -39,10 +53,10 @@ describe('MCP file input', () => {
39
53
  })
40
54
 
41
55
  await expect(
42
- resolveFileInput({
43
- collectionSlug: 'media',
56
+ resolveFile({
57
+ slug: 'media',
44
58
  input: {
45
- source: 'url',
59
+ source: 'externalURL',
46
60
  url: 'https://example.com/image.png',
47
61
  },
48
62
  req,
@@ -1,51 +1,84 @@
1
1
  import type { CollectionSlug, File, FileData, PayloadRequest } from 'payload'
2
2
 
3
- import { APIError } from 'payload'
4
- import { getExternalFile, isURLAllowed } from 'payload/internal'
3
+ import { APIError, z } from 'payload'
4
+ import { getExternalFile, getFileFromUploadInstructions, isURLAllowed } from 'payload/internal'
5
5
  import { sanitizeFilename } from 'payload/shared'
6
- import { z } from 'zod'
7
6
 
8
7
  const mimeTypeSchema = z
9
8
  .string()
10
- .regex(/^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/, 'MIME type must use the type/subtype format')
9
+ .check(
10
+ z.regex(
11
+ /^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/,
12
+ 'MIME type must use the type/subtype format',
13
+ ),
14
+ )
15
+
16
+ const uploadFileSchema = z.strictObject({
17
+ filename: z.string(),
18
+ mimeType: z.string(),
19
+ size: z.int().check(z.nonnegative()),
20
+ uploadReference: z.record(z.string(), z.unknown()),
21
+ })
11
22
 
12
23
  export const fileInputSchema = z
13
24
  .discriminatedUnion('source', [
14
- z.object({
15
- name: z.string().min(1).describe('The file name, including its extension'),
16
- data: z.string().describe('The base64-encoded file bytes, without a data URL prefix'),
17
- mimeType: mimeTypeSchema.describe('The file MIME type, for example image/png'),
25
+ z.strictObject({
26
+ name: z.string().check(z.minLength(1), z.describe('The file name, including its extension.')),
27
+ data: z
28
+ .string()
29
+ .check(z.describe('The base64-encoded file bytes, without a data URL prefix.')),
30
+ mimeType: mimeTypeSchema.check(z.describe('The file MIME type, for example image/png.')),
18
31
  source: z.literal('base64'),
19
32
  }),
20
- z.object({
21
- name: z.string().min(1).describe('Optional file name override').optional(),
22
- source: z.literal('url'),
23
- url: z.url().describe('The http or https URL to download'),
33
+ z.strictObject({
34
+ name: z.optional(z.string().check(z.minLength(1))).check(z.describe('File name override.')),
35
+ source: z.literal('externalURL'),
36
+ url: z.url().check(z.describe('The http or https URL to download.')),
37
+ }),
38
+ z.strictObject({
39
+ file: uploadFileSchema.check(z.describe('getUploadInstructions file field post-upload.')),
40
+ source: z.literal('uploadReference'),
24
41
  }),
25
42
  ])
26
- .describe(
27
- 'A file for an upload collection. Use only a source listed by getCollectionSchema: url for an online file or base64 for a local file.',
43
+ .check(
44
+ z.describe(
45
+ 'A file for an upload collection. Prefer uploadReference after its upload succeeds; use base64 only for small local files or externalURL for an online file.',
46
+ ),
28
47
  )
29
48
 
30
49
  type FileInput = z.infer<typeof fileInputSchema>
31
50
 
32
- export async function resolveFileInput({
33
- collectionSlug,
51
+ export async function resolveFile({
52
+ slug,
34
53
  input,
35
54
  req,
36
55
  }: {
37
- collectionSlug: CollectionSlug
38
56
  input?: FileInput
39
57
  req: PayloadRequest
58
+ slug: CollectionSlug
40
59
  }): Promise<File | undefined> {
41
60
  if (!input) {
42
61
  return undefined
43
62
  }
44
63
 
45
- const uploadConfig = req.payload.collections[collectionSlug]?.config.upload
64
+ if (input.source === 'uploadReference') {
65
+ try {
66
+ return await getFileFromUploadInstructions({ collectionSlug: slug, file: input.file, req })
67
+ } catch (error) {
68
+ if (error instanceof Error && error.message === 'Staged upload was not found.') {
69
+ throw new APIError(
70
+ 'Staged upload not found. Complete the upload action first, or use base64 for small local files.',
71
+ 400,
72
+ )
73
+ }
74
+ throw error
75
+ }
76
+ }
77
+
78
+ const uploadConfig = req.payload.collections[slug]?.config.upload
46
79
 
47
80
  if (!uploadConfig) {
48
- throw new APIError(`Collection "${collectionSlug}" does not support file uploads.`, 400)
81
+ throw new APIError(`Collection "${slug}" does not support file uploads.`, 400)
49
82
  }
50
83
 
51
84
  const maxFileSize = req.payload.config.upload.limits?.fileSize
@@ -62,10 +95,7 @@ export async function resolveFileInput({
62
95
  }
63
96
  } else {
64
97
  if (uploadConfig.pasteURL === false) {
65
- throw new APIError(
66
- `Uploading files from URLs is disabled for collection "${collectionSlug}".`,
67
- 400,
68
- )
98
+ throw new APIError(`Uploading files from URLs is disabled for collection "${slug}".`, 400)
69
99
  }
70
100
 
71
101
  const url = new URL(input.url)
@@ -1,18 +1,15 @@
1
- import type { PopulateType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import { findDistinctInputSchema } from 'payload'
4
2
 
5
3
  import { defaultAccess } from '../../../defaultAccess.js'
6
4
  import { defineCollectionTool } from '../../../defineTool.js'
7
5
  import { getLogger } from '../../../utils/getLogger.js'
8
- import { whereSchema } from '../../../utils/whereSchema.js'
9
6
 
10
7
  const DEFAULT_DESCRIPTION =
11
8
  'Find distinct values for a field in any collection by passing the collection slug and field path.'
12
9
 
13
10
  export const findDistinctTool = defineCollectionTool({
14
11
  access: (args) =>
15
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.read),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
16
13
  annotations: {
17
14
  destructiveHint: false,
18
15
  idempotentHint: true,
@@ -21,65 +18,17 @@ export const findDistinctTool = defineCollectionTool({
21
18
  title: 'Find Distinct',
22
19
  },
23
20
  description: DEFAULT_DESCRIPTION,
24
- input: z.object({
25
- depth: z
26
- .number()
27
- .int()
28
- .min(0)
29
- .max(10)
30
- .describe('How many levels deep to populate relationships in distinct values')
31
- .optional()
32
- .default(0),
33
- field: z.string().describe('The field path to get distinct values for'),
34
- limit: z
35
- .number()
36
- .int()
37
- .min(1)
38
- .max(100)
39
- .describe('Maximum number of distinct values to return (max: 100)')
40
- .optional(),
41
- locale: z
42
- .string()
43
- .describe(
44
- 'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
45
- )
46
- .optional(),
47
- page: z.number().int().min(1).describe('Page number for pagination').optional(),
48
- populate: z
49
- .record(z.string(), z.unknown())
50
- .describe(
51
- 'Optional: control which fields to include from populated relationship or upload documents.',
52
- )
53
- .optional(),
54
- showHiddenFields: z
55
- .boolean()
56
- .describe('Optional: include hidden fields in the distinct query')
57
- .optional(),
58
- sort: z
59
- .string()
60
- .describe('Field to sort by (e.g., "createdAt", "-updatedAt" for descending)')
61
- .optional(),
62
- trash: z
63
- .boolean()
64
- .describe('Optional: include soft-deleted documents when trash is enabled on the collection')
65
- .optional(),
66
- where: whereSchema
67
- .describe(
68
- 'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
69
- )
70
- .optional(),
71
- }),
72
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: findDistinctInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
73
23
  const payload = req.payload
74
24
  const logger = getLogger({ payload })
75
- const { depth, field, limit, locale, page, populate, showHiddenFields, sort, trash, where } =
76
- input
25
+ const { depth, field, limit, locale, page, populate, sort, trash, where } = input
77
26
 
78
- logger.info(`Finding distinct values in collection: ${collectionSlug}, field: ${field}`)
27
+ logger.info(`Finding distinct values in collection: ${slug}, field: ${field}`)
79
28
 
80
29
  try {
81
30
  const result = await payload.findDistinct({
82
- collection: collectionSlug,
31
+ collection: slug,
83
32
  depth,
84
33
  field,
85
34
  overrideAccess: authorizedMCP.overrideAccess,
@@ -87,8 +36,7 @@ export const findDistinctTool = defineCollectionTool({
87
36
  ...(limit ? { limit } : {}),
88
37
  ...(locale ? { locale } : {}),
89
38
  ...(page ? { page } : {}),
90
- ...(populate ? { populate: populate as PopulateType } : {}),
91
- ...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
39
+ ...(populate ? { populate } : {}),
92
40
  ...(sort ? { sort } : {}),
93
41
  ...(trash !== undefined ? { trash } : {}),
94
42
  ...(where ? { where } : {}),
@@ -98,19 +46,19 @@ export const findDistinctTool = defineCollectionTool({
98
46
  content: [
99
47
  {
100
48
  type: 'text',
101
- text: `Distinct values for "${field}" in collection "${collectionSlug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
49
+ text: `Distinct values for "${field}" in collection "${slug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
102
50
  },
103
51
  ],
104
52
  doc: result as unknown as Record<string, unknown>,
105
53
  }
106
54
  } catch (error) {
107
55
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
108
- logger.error(`Error finding distinct values in ${collectionSlug}: ${errorMessage}`)
56
+ logger.error(`Error finding distinct values in ${slug}: ${errorMessage}`)
109
57
  return {
110
58
  content: [
111
59
  {
112
60
  type: 'text',
113
- text: `❌ **Error finding distinct values in collection "${collectionSlug}":** ${errorMessage}`,
61
+ text: `❌ **Error finding distinct values in collection "${slug}":** ${errorMessage}`,
114
62
  },
115
63
  ],
116
64
  isError: true,