@payloadcms/plugin-mcp 4.0.0-internal.3aa3d85 → 4.0.0-internal.3ed7230
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.
- package/bin.js +7 -0
- package/dist/defaultAccess.d.ts.map +1 -1
- package/dist/defineTool.d.ts +8 -8
- package/dist/defineTool.d.ts.map +1 -1
- package/dist/endpoint/access.d.ts.map +1 -1
- package/dist/endpoint/access.js +2 -2
- package/dist/endpoint/access.js.map +1 -1
- package/dist/mcp/buildMcpServer.d.ts +1 -1
- package/dist/mcp/buildMcpServer.d.ts.map +1 -1
- package/dist/mcp/buildMcpServer.js +35 -23
- package/dist/mcp/buildMcpServer.js.map +1 -1
- package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/authTools.js +79 -56
- package/dist/mcp/builtin/collections/authTools.js.map +1 -1
- package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/countTool.js +9 -14
- package/dist/mcp/builtin/collections/countTool.js.map +1 -1
- package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/countVersionsTool.js +9 -13
- package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -1
- package/dist/mcp/builtin/collections/createTool.d.ts +1 -1
- package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/createTool.js +104 -53
- package/dist/mcp/builtin/collections/createTool.js.map +1 -1
- package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/deleteTool.js +44 -43
- package/dist/mcp/builtin/collections/deleteTool.js.map +1 -1
- package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/duplicateTool.js +31 -37
- package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -1
- package/dist/mcp/builtin/collections/fileInput.d.ts +28 -0
- package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -0
- package/dist/mcp/builtin/collections/fileInput.js +88 -0
- package/dist/mcp/builtin/collections/fileInput.js.map +1 -0
- package/dist/mcp/builtin/collections/fileInput.spec.js +86 -0
- package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -0
- package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/findDistinctTool.js +11 -26
- package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -1
- package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/findTool.js +27 -45
- package/dist/mcp/builtin/collections/findTool.js.map +1 -1
- package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/findVersionByIDTool.js +17 -26
- package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -1
- package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/findVersionsTool.js +16 -30
- package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -1
- package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +34 -12
- package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -1
- package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/restoreVersionTool.js +14 -26
- package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -1
- package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/updateTool.js +65 -84
- package/dist/mcp/builtin/collections/updateTool.js.map +1 -1
- package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts +2 -0
- package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts.map +1 -0
- package/dist/mcp/builtin/collections/uploadInstructionsTool.js +55 -0
- package/dist/mcp/builtin/collections/uploadInstructionsTool.js.map +1 -0
- package/dist/mcp/builtin/formatEntityError.d.ts +16 -0
- package/dist/mcp/builtin/formatEntityError.d.ts.map +1 -0
- package/dist/mcp/builtin/formatEntityError.js +55 -0
- package/dist/mcp/builtin/formatEntityError.js.map +1 -0
- package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -1
- package/dist/mcp/builtin/getConfigInfoTool.js +3 -2
- package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -1
- package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/countVersionsTool.js +9 -13
- package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -1
- package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/findTool.js +10 -16
- package/dist/mcp/builtin/globals/findTool.js.map +1 -1
- package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/findVersionByIDTool.js +13 -24
- package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -1
- package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/findVersionsTool.js +13 -29
- package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -1
- package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +11 -11
- package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -1
- package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/restoreVersionTool.js +15 -22
- package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -1
- package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -1
- package/dist/mcp/builtin/globals/updateTool.js +27 -36
- package/dist/mcp/builtin/globals/updateTool.js.map +1 -1
- package/dist/mcp/builtinTools.d.ts +6 -0
- package/dist/mcp/builtinTools.d.ts.map +1 -1
- package/dist/mcp/builtinTools.js +9 -3
- package/dist/mcp/builtinTools.js.map +1 -1
- package/dist/mcp/sanitizeMCPConfig.d.ts.map +1 -1
- package/dist/mcp/sanitizeMCPConfig.js +4 -1
- package/dist/mcp/sanitizeMCPConfig.js.map +1 -1
- package/dist/stdio.d.ts.map +1 -1
- package/dist/stdio.js +2 -1
- package/dist/stdio.js.map +1 -1
- package/dist/types.d.ts +4 -4
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/camelCase.d.ts.map +1 -1
- package/dist/utils/resolveProjectRoot.d.ts.map +1 -1
- package/dist/utils/toStandardSchema.d.ts.map +1 -1
- package/package.json +5 -7
- package/src/endpoint/access.ts +2 -3
- package/src/mcp/buildMcpServer.ts +39 -29
- package/src/mcp/builtin/collections/authTools.ts +77 -69
- package/src/mcp/builtin/collections/countTool.ts +9 -21
- package/src/mcp/builtin/collections/countVersionsTool.ts +9 -18
- package/src/mcp/builtin/collections/createTool.ts +110 -76
- package/src/mcp/builtin/collections/deleteTool.ts +36 -64
- package/src/mcp/builtin/collections/duplicateTool.ts +35 -85
- package/src/mcp/builtin/collections/fileInput.spec.ts +93 -0
- package/src/mcp/builtin/collections/fileInput.ts +127 -0
- package/src/mcp/builtin/collections/findDistinctTool.ts +11 -63
- package/src/mcp/builtin/collections/findTool.ts +23 -105
- package/src/mcp/builtin/collections/findVersionByIDTool.ts +15 -58
- package/src/mcp/builtin/collections/findVersionsTool.ts +14 -85
- package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +27 -10
- package/src/mcp/builtin/collections/restoreVersionTool.ts +14 -56
- package/src/mcp/builtin/collections/updateTool.ts +61 -98
- package/src/mcp/builtin/collections/uploadInstructionsTool.ts +64 -0
- package/src/mcp/builtin/formatEntityError.ts +77 -0
- package/src/mcp/builtin/getConfigInfoTool.ts +2 -1
- package/src/mcp/builtin/globals/countVersionsTool.ts +9 -17
- package/src/mcp/builtin/globals/findTool.ts +12 -51
- package/src/mcp/builtin/globals/findVersionByIDTool.ts +13 -52
- package/src/mcp/builtin/globals/findVersionsTool.ts +14 -92
- package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +10 -10
- package/src/mcp/builtin/globals/restoreVersionTool.ts +14 -45
- package/src/mcp/builtin/globals/updateTool.ts +37 -60
- package/src/mcp/builtinTools.ts +9 -2
- package/src/mcp/sanitizeMCPConfig.ts +4 -1
- package/src/stdio.ts +2 -1
- package/src/types.ts +4 -4
- package/dist/mcp/builtin/collections/formatCollectionError.d.ts +0 -9
- package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +0 -1
- package/dist/mcp/builtin/collections/formatCollectionError.js +0 -60
- package/dist/mcp/builtin/collections/formatCollectionError.js.map +0 -1
- package/dist/mcp/builtin/validateEntityData.d.ts +0 -14
- package/dist/mcp/builtin/validateEntityData.d.ts.map +0 -1
- package/dist/mcp/builtin/validateEntityData.js +0 -82
- package/dist/mcp/builtin/validateEntityData.js.map +0 -1
- package/dist/utils/getVirtualFieldNames.d.ts +0 -14
- package/dist/utils/getVirtualFieldNames.d.ts.map +0 -1
- package/dist/utils/getVirtualFieldNames.js +0 -35
- package/dist/utils/getVirtualFieldNames.js.map +0 -1
- package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts +0 -28
- package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts.map +0 -1
- package/dist/utils/schemaConversion/filterFieldsByAccess.js +0 -71
- package/dist/utils/schemaConversion/filterFieldsByAccess.js.map +0 -1
- package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -13
- package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
- package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -66
- package/dist/utils/schemaConversion/getEntityInputSchema.js.map +0 -1
- package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +0 -10
- package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +0 -1
- package/dist/utils/schemaConversion/sanitizeEntitySchema.js +0 -384
- package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +0 -1
- package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +0 -133
- package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +0 -1
- package/dist/utils/transformPointDataToPayload.d.ts +0 -7
- package/dist/utils/transformPointDataToPayload.d.ts.map +0 -1
- package/dist/utils/transformPointDataToPayload.js +0 -28
- package/dist/utils/transformPointDataToPayload.js.map +0 -1
- package/dist/utils/whereSchema.d.ts +0 -9
- package/dist/utils/whereSchema.d.ts.map +0 -1
- package/dist/utils/whereSchema.js +0 -13
- package/dist/utils/whereSchema.js.map +0 -1
- package/src/mcp/builtin/collections/formatCollectionError.ts +0 -84
- package/src/mcp/builtin/validateEntityData.ts +0 -132
- package/src/utils/getVirtualFieldNames.ts +0 -53
- package/src/utils/schemaConversion/filterFieldsByAccess.ts +0 -123
- package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -96
- package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +0 -96
- package/src/utils/schemaConversion/sanitizeEntitySchema.ts +0 -432
- package/src/utils/transformPointDataToPayload.ts +0 -40
- package/src/utils/whereSchema.ts +0 -24
|
@@ -1,111 +1,145 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import {
|
|
2
|
+
createDocumentsInputSchema,
|
|
3
|
+
getCollectionVirtualFieldNames,
|
|
4
|
+
hasDraftValidationEnabled,
|
|
5
|
+
stripVirtualFields,
|
|
6
|
+
transformPointDataToPayload,
|
|
7
|
+
validateCollectionData,
|
|
8
|
+
} from 'payload'
|
|
4
9
|
|
|
5
10
|
import { defaultAccess } from '../../../defaultAccess.js'
|
|
6
11
|
import { defineCollectionTool } from '../../../defineTool.js'
|
|
7
12
|
import { getLogger } from '../../../utils/getLogger.js'
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
stripVirtualFields,
|
|
11
|
-
} from '../../../utils/getVirtualFieldNames.js'
|
|
12
|
-
import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
|
|
13
|
-
import { validateCollectionData } from '../validateEntityData.js'
|
|
14
|
-
import { formatCollectionError } from './formatCollectionError.js'
|
|
13
|
+
import { formatEntityError } from '../formatEntityError.js'
|
|
14
|
+
import { fileInputSchema, resolveFile } from './fileInput.js'
|
|
15
15
|
|
|
16
16
|
const DEFAULT_DESCRIPTION =
|
|
17
|
-
'Create a
|
|
17
|
+
'Create one or more documents. Each can have different data or a file. Prefer uploadReference after upload, externalURL for URLs, or base64 for small local files.'
|
|
18
18
|
|
|
19
|
-
export const
|
|
19
|
+
export const createDocumentsTool = defineCollectionTool({
|
|
20
20
|
access: (args) =>
|
|
21
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
21
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
|
|
22
22
|
annotations: {
|
|
23
23
|
destructiveHint: false,
|
|
24
24
|
idempotentHint: false,
|
|
25
25
|
openWorldHint: false,
|
|
26
26
|
readOnlyHint: false,
|
|
27
|
-
title: 'Create
|
|
27
|
+
title: 'Create Documents',
|
|
28
28
|
},
|
|
29
29
|
description: DEFAULT_DESCRIPTION,
|
|
30
|
-
input:
|
|
31
|
-
|
|
32
|
-
depth: z
|
|
33
|
-
.number()
|
|
34
|
-
.int()
|
|
35
|
-
.min(0)
|
|
36
|
-
.max(10)
|
|
37
|
-
.describe('How many levels deep to populate relationships in response')
|
|
38
|
-
.optional()
|
|
39
|
-
.default(0),
|
|
40
|
-
draft: z
|
|
41
|
-
.boolean()
|
|
42
|
-
.describe('Whether to create the document as a draft')
|
|
43
|
-
.optional()
|
|
44
|
-
.default(false),
|
|
45
|
-
fallbackLocale: z
|
|
46
|
-
.string()
|
|
47
|
-
.describe('Optional: fallback locale code to use when requested locale is not available')
|
|
48
|
-
.optional(),
|
|
49
|
-
locale: z
|
|
50
|
-
.string()
|
|
51
|
-
.describe(
|
|
52
|
-
'Optional: locale code to create the document in (e.g., "en", "es"). Defaults to the default locale',
|
|
53
|
-
)
|
|
54
|
-
.optional(),
|
|
55
|
-
select: z
|
|
56
|
-
.record(z.string(), z.unknown())
|
|
57
|
-
.describe(
|
|
58
|
-
'Optional: define exactly which fields you\'d like to return, e.g., {"title": true}',
|
|
59
|
-
)
|
|
60
|
-
.optional(),
|
|
61
|
-
}),
|
|
62
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
30
|
+
input: createDocumentsInputSchema({ file: fileInputSchema }),
|
|
31
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
63
32
|
const payload = req.payload
|
|
33
|
+
const collectionConfig = payload.collections[slug]?.config
|
|
64
34
|
const logger = getLogger({ payload })
|
|
35
|
+
const {
|
|
36
|
+
depth,
|
|
37
|
+
documents,
|
|
38
|
+
draft,
|
|
39
|
+
fallbackLocale,
|
|
40
|
+
locale,
|
|
41
|
+
populate,
|
|
42
|
+
publishAllLocales,
|
|
43
|
+
returning,
|
|
44
|
+
select,
|
|
45
|
+
} = input
|
|
46
|
+
const shouldUsePartialSchema =
|
|
47
|
+
draft === true && collectionConfig !== undefined && !hasDraftValidationEnabled(collectionConfig)
|
|
65
48
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
logger.info(
|
|
69
|
-
`Creating document in collection: ${collectionSlug}${locale ? ` with locale: ${locale}` : ''}`,
|
|
70
|
-
)
|
|
49
|
+
logger.info(`Creating ${documents.length} documents in collection: ${slug}`)
|
|
71
50
|
|
|
72
51
|
try {
|
|
73
|
-
const virtualFieldNames = getCollectionVirtualFieldNames(payload.config,
|
|
74
|
-
const
|
|
75
|
-
|
|
52
|
+
const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
|
|
53
|
+
const docs: Array<
|
|
54
|
+
{ doc: Record<string, unknown>; index: number } | { id: number | string; index: number }
|
|
55
|
+
> = []
|
|
56
|
+
const errors: Array<{ index: number; message: string }> = []
|
|
57
|
+
let validationSchema: Record<string, unknown> | undefined
|
|
76
58
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
59
|
+
for (const [index, document] of documents.entries()) {
|
|
60
|
+
try {
|
|
61
|
+
const inputData = stripVirtualFields(document.data, virtualFieldNames)
|
|
62
|
+
validateCollectionData({
|
|
63
|
+
slug,
|
|
64
|
+
data: inputData,
|
|
65
|
+
partial: shouldUsePartialSchema,
|
|
66
|
+
req,
|
|
67
|
+
})
|
|
80
68
|
|
|
81
|
-
|
|
69
|
+
const parsedData = transformPointDataToPayload(inputData)
|
|
70
|
+
const file = await resolveFile({ slug, input: document.file, req })
|
|
71
|
+
const result = await payload.create({
|
|
72
|
+
collection: slug,
|
|
73
|
+
data: parsedData,
|
|
74
|
+
depth,
|
|
75
|
+
draft,
|
|
76
|
+
overrideAccess: authorizedMCP.overrideAccess,
|
|
77
|
+
populate,
|
|
78
|
+
publishAllLocales,
|
|
79
|
+
req,
|
|
80
|
+
...(file ? { file } : {}),
|
|
81
|
+
...(locale ? { locale } : {}),
|
|
82
|
+
...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
|
|
83
|
+
select: returning ? select : { id: true },
|
|
84
|
+
})
|
|
82
85
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
86
|
+
docs.push(
|
|
87
|
+
returning ? { doc: result as Record<string, unknown>, index } : { id: result.id, index },
|
|
88
|
+
)
|
|
89
|
+
} catch (error) {
|
|
90
|
+
const message = error instanceof Error ? error.message : 'Unknown error'
|
|
91
|
+
const formattedError = formatEntityError({
|
|
92
|
+
slug,
|
|
93
|
+
action: 'creating',
|
|
94
|
+
entity: 'collection',
|
|
95
|
+
error,
|
|
96
|
+
req,
|
|
97
|
+
})
|
|
98
|
+
const structuredContent = formattedError.structuredContent as
|
|
99
|
+
| { schema?: unknown }
|
|
100
|
+
| undefined
|
|
101
|
+
const schema = structuredContent?.schema
|
|
102
|
+
const errorContent = formattedError.content[0]
|
|
103
|
+
const formattedMessage =
|
|
104
|
+
errorContent?.type === 'text'
|
|
105
|
+
? (errorContent.text.split('\n\nUse this schema')[0] ?? message)
|
|
106
|
+
: message
|
|
94
107
|
|
|
95
|
-
|
|
108
|
+
if (!validationSchema && schema && typeof schema === 'object') {
|
|
109
|
+
validationSchema = schema as Record<string, unknown>
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
logger.error(`Error creating document at index ${index} in ${slug}: ${message}`)
|
|
113
|
+
errors.push({ index, message: formattedMessage })
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
const batchResult = { docs, errors }
|
|
118
|
+
const retryMessage = errors.length > 0 ? '\nRetry failed indexes only.' : ''
|
|
119
|
+
const schemaMessage = validationSchema
|
|
120
|
+
? `\n\nUse this schema for data:\n\`\`\`json\n${JSON.stringify(validationSchema)}\n\`\`\``
|
|
121
|
+
: ''
|
|
122
|
+
const structuredContent = validationSchema
|
|
123
|
+
? { ...batchResult, schema: validationSchema }
|
|
124
|
+
: batchResult
|
|
125
|
+
|
|
126
|
+
logger.info(`Created ${docs.length} of ${documents.length} documents in ${slug}`)
|
|
96
127
|
|
|
97
128
|
return {
|
|
98
129
|
content: [
|
|
99
130
|
{
|
|
100
131
|
type: 'text',
|
|
101
|
-
text: `
|
|
132
|
+
text: `Created ${docs.length} of ${documents.length} documents in collection "${slug}".${retryMessage}\nResults:\n\`\`\`json\n${JSON.stringify(batchResult)}\n\`\`\`${schemaMessage}`,
|
|
102
133
|
},
|
|
103
134
|
],
|
|
104
|
-
doc:
|
|
135
|
+
doc: structuredContent as unknown as Record<string, unknown>,
|
|
136
|
+
isError: docs.length === 0 && errors.length > 0,
|
|
137
|
+
structuredContent,
|
|
105
138
|
}
|
|
106
139
|
} catch (error) {
|
|
107
|
-
const
|
|
108
|
-
|
|
109
|
-
|
|
140
|
+
const message = error instanceof Error ? error.message : 'Unknown error'
|
|
141
|
+
|
|
142
|
+
logger.error(`Error creating documents in ${slug}: ${message}`)
|
|
143
|
+
return formatEntityError({ slug, action: 'creating', entity: 'collection', error, req })
|
|
110
144
|
}
|
|
111
145
|
})
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { deleteDocumentsInputSchema, parseDocumentID } 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.
|
|
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:
|
|
23
|
-
|
|
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: ${
|
|
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 (
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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: parseDocumentID({ id, collectionSlug: slug, payload }),
|
|
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 "${
|
|
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
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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 "${
|
|
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 ${
|
|
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 "${
|
|
92
|
+
text: `Error deleting document from collection "${slug}": ${errorMessage}`,
|
|
121
93
|
},
|
|
122
94
|
],
|
|
123
95
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import {
|
|
2
|
+
duplicateDocumentInputSchema,
|
|
3
|
+
getCollectionVirtualFieldNames,
|
|
4
|
+
parseDocumentID,
|
|
5
|
+
stripVirtualFields,
|
|
6
|
+
transformPointDataToPayload,
|
|
7
|
+
validateCollectionData,
|
|
8
|
+
} from 'payload'
|
|
4
9
|
|
|
5
10
|
import { defaultAccess } from '../../../defaultAccess.js'
|
|
6
11
|
import { defineCollectionTool } from '../../../defineTool.js'
|
|
7
12
|
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
|
-
import { formatCollectionError } from './formatCollectionError.js'
|
|
13
|
+
import { formatEntityError } from '../formatEntityError.js'
|
|
14
14
|
|
|
15
15
|
const DEFAULT_DESCRIPTION =
|
|
16
16
|
'Duplicate a document in any collection by passing the collection slug and source document ID.'
|
|
17
17
|
|
|
18
18
|
export const duplicateDocumentTool = defineCollectionTool({
|
|
19
19
|
access: (args) =>
|
|
20
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
20
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
|
|
21
21
|
annotations: {
|
|
22
22
|
destructiveHint: false,
|
|
23
23
|
idempotentHint: false,
|
|
@@ -26,109 +26,59 @@ export const duplicateDocumentTool = defineCollectionTool({
|
|
|
26
26
|
title: 'Duplicate Document',
|
|
27
27
|
},
|
|
28
28
|
description: DEFAULT_DESCRIPTION,
|
|
29
|
-
input:
|
|
30
|
-
|
|
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 }) => {
|
|
29
|
+
input: duplicateDocumentInputSchema,
|
|
30
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
80
31
|
const payload = req.payload
|
|
81
32
|
const logger = getLogger({ payload })
|
|
82
|
-
const {
|
|
83
|
-
|
|
84
|
-
data,
|
|
85
|
-
depth,
|
|
86
|
-
draft,
|
|
87
|
-
fallbackLocale,
|
|
88
|
-
locale,
|
|
89
|
-
populate,
|
|
90
|
-
select,
|
|
91
|
-
selectedLocales,
|
|
92
|
-
showHiddenFields,
|
|
93
|
-
} = input
|
|
33
|
+
const { id, data, depth, draft, fallbackLocale, locale, populate, select, selectedLocales } =
|
|
34
|
+
input
|
|
94
35
|
|
|
95
|
-
logger.info(`Duplicating document in collection: ${
|
|
36
|
+
logger.info(`Duplicating document in collection: ${slug} with ID: ${id}`)
|
|
96
37
|
|
|
97
38
|
try {
|
|
98
|
-
const virtualFieldNames = getCollectionVirtualFieldNames(payload.config,
|
|
39
|
+
const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
|
|
99
40
|
const inputData = data ? stripVirtualFields(data, virtualFieldNames) : undefined
|
|
41
|
+
|
|
42
|
+
if (inputData) {
|
|
43
|
+
validateCollectionData({
|
|
44
|
+
slug,
|
|
45
|
+
data: inputData,
|
|
46
|
+
partial: true,
|
|
47
|
+
req,
|
|
48
|
+
})
|
|
49
|
+
}
|
|
50
|
+
|
|
100
51
|
const parsedData = inputData ? transformPointDataToPayload(inputData) : undefined
|
|
101
52
|
|
|
102
53
|
const result = await payload.duplicate({
|
|
103
|
-
id,
|
|
104
|
-
collection:
|
|
54
|
+
id: parseDocumentID({ id, collectionSlug: slug, payload }),
|
|
55
|
+
collection: slug,
|
|
105
56
|
depth,
|
|
106
57
|
draft,
|
|
107
58
|
overrideAccess: authorizedMCP.overrideAccess,
|
|
108
59
|
req,
|
|
109
60
|
...(parsedData ? { data: parsedData } : {}),
|
|
110
61
|
...(locale ? { locale } : {}),
|
|
111
|
-
...(fallbackLocale ? { fallbackLocale } : {}),
|
|
112
|
-
...(populate ? { populate
|
|
113
|
-
...(select ? { select
|
|
62
|
+
...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
|
|
63
|
+
...(populate ? { populate } : {}),
|
|
64
|
+
...(select ? { select } : {}),
|
|
114
65
|
...(selectedLocales ? { selectedLocales } : {}),
|
|
115
|
-
...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
|
|
116
66
|
})
|
|
117
67
|
|
|
118
|
-
logger.info(`Successfully duplicated document in ${
|
|
68
|
+
logger.info(`Successfully duplicated document in ${slug} from ID: ${id}`)
|
|
119
69
|
|
|
120
70
|
return {
|
|
121
71
|
content: [
|
|
122
72
|
{
|
|
123
73
|
type: 'text',
|
|
124
|
-
text: `Document duplicated successfully in collection "${
|
|
74
|
+
text: `Document duplicated successfully in collection "${slug}"!\nDuplicated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
|
|
125
75
|
},
|
|
126
76
|
],
|
|
127
77
|
doc: result as Record<string, unknown>,
|
|
128
78
|
}
|
|
129
79
|
} catch (error) {
|
|
130
80
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
131
|
-
logger.error(`Error duplicating document in ${
|
|
132
|
-
return
|
|
81
|
+
logger.error(`Error duplicating document in ${slug}: ${errorMessage}`)
|
|
82
|
+
return formatEntityError({ slug, action: 'duplicating', entity: 'collection', error, req })
|
|
133
83
|
}
|
|
134
84
|
})
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { PayloadRequest } from 'payload'
|
|
2
|
+
|
|
3
|
+
import { describe, expect, it } from 'vitest'
|
|
4
|
+
|
|
5
|
+
import { fileInputSchema, resolveFile } from './fileInput.js'
|
|
6
|
+
|
|
7
|
+
describe('MCP file input', () => {
|
|
8
|
+
it('should reject malformed MIME types', () => {
|
|
9
|
+
const result = fileInputSchema.safeParse({
|
|
10
|
+
data: 'aGVsbG8=',
|
|
11
|
+
mimeType: 'text/plain\r\nx-test: value',
|
|
12
|
+
name: 'hello.txt',
|
|
13
|
+
source: 'base64',
|
|
14
|
+
})
|
|
15
|
+
|
|
16
|
+
expect(result.success).toBe(false)
|
|
17
|
+
})
|
|
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
|
+
|
|
33
|
+
it('should reject oversized base64 files', async () => {
|
|
34
|
+
const req = createRequest({ maxFileSize: 4 })
|
|
35
|
+
|
|
36
|
+
await expect(
|
|
37
|
+
resolveFile({
|
|
38
|
+
slug: 'media',
|
|
39
|
+
input: {
|
|
40
|
+
data: Buffer.from('hello').toString('base64'),
|
|
41
|
+
mimeType: 'text/plain',
|
|
42
|
+
name: 'hello.txt',
|
|
43
|
+
source: 'base64',
|
|
44
|
+
},
|
|
45
|
+
req,
|
|
46
|
+
}),
|
|
47
|
+
).rejects.toThrow('File exceeds the 4 byte upload limit.')
|
|
48
|
+
})
|
|
49
|
+
|
|
50
|
+
it('should reject URLs outside the collection allowlist', async () => {
|
|
51
|
+
const req = createRequest({
|
|
52
|
+
allowList: [{ hostname: 'assets.example.com', protocol: 'https' }],
|
|
53
|
+
})
|
|
54
|
+
|
|
55
|
+
await expect(
|
|
56
|
+
resolveFile({
|
|
57
|
+
slug: 'media',
|
|
58
|
+
input: {
|
|
59
|
+
source: 'externalURL',
|
|
60
|
+
url: 'https://example.com/image.png',
|
|
61
|
+
},
|
|
62
|
+
req,
|
|
63
|
+
}),
|
|
64
|
+
).rejects.toThrow('The provided file URL is not allowed.')
|
|
65
|
+
})
|
|
66
|
+
})
|
|
67
|
+
|
|
68
|
+
function createRequest({
|
|
69
|
+
allowList,
|
|
70
|
+
maxFileSize,
|
|
71
|
+
}: {
|
|
72
|
+
allowList?: Array<{ hostname: string; protocol: 'http' | 'https' }>
|
|
73
|
+
maxFileSize?: number
|
|
74
|
+
}): PayloadRequest {
|
|
75
|
+
return {
|
|
76
|
+
payload: {
|
|
77
|
+
collections: {
|
|
78
|
+
media: {
|
|
79
|
+
config: {
|
|
80
|
+
upload: allowList ? { pasteURL: { allowList } } : {},
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
config: {
|
|
85
|
+
upload: {
|
|
86
|
+
limits: {
|
|
87
|
+
fileSize: maxFileSize,
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
} as unknown as PayloadRequest
|
|
93
|
+
}
|