@payloadcms/plugin-mcp 4.0.0-internal.fa345ef → 4.0.0-internal.fec2230
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 +2 -7
- package/dist/endpoint/access.d.ts.map +1 -1
- package/dist/endpoint/access.js +6 -13
- 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 +10 -16
- 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 +10 -15
- 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 -54
- 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 +45 -45
- 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 +32 -39
- 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 +12 -28
- 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 +29 -48
- 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 +18 -28
- 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 +17 -32
- 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 +51 -11
- 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 +15 -28
- 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 +67 -87
- 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 +5 -7
- 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 +10 -15
- 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 +12 -18
- 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 +14 -26
- 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 +14 -31
- 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 +28 -10
- 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 +16 -24
- 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 +28 -37
- 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 +48 -11
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +2 -4
- 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 +5 -13
- package/src/mcp/buildMcpServer.ts +39 -29
- package/src/mcp/builtin/collections/authTools.ts +77 -69
- package/src/mcp/builtin/collections/countTool.ts +10 -23
- package/src/mcp/builtin/collections/countVersionsTool.ts +10 -23
- package/src/mcp/builtin/collections/createTool.ts +110 -77
- package/src/mcp/builtin/collections/deleteTool.ts +36 -65
- package/src/mcp/builtin/collections/duplicateTool.ts +36 -87
- 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 +12 -64
- package/src/mcp/builtin/collections/findTool.ts +25 -108
- package/src/mcp/builtin/collections/findVersionByIDTool.ts +16 -60
- package/src/mcp/builtin/collections/findVersionsTool.ts +15 -87
- package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +48 -14
- package/src/mcp/builtin/collections/restoreVersionTool.ts +15 -58
- package/src/mcp/builtin/collections/updateTool.ts +63 -101
- package/src/mcp/builtin/collections/uploadInstructionsTool.ts +64 -0
- package/src/mcp/builtin/formatEntityError.ts +77 -0
- package/src/mcp/builtin/getConfigInfoTool.ts +4 -5
- package/src/mcp/builtin/globals/countVersionsTool.ts +10 -22
- package/src/mcp/builtin/globals/findTool.ts +14 -53
- package/src/mcp/builtin/globals/findVersionByIDTool.ts +14 -54
- package/src/mcp/builtin/globals/findVersionsTool.ts +15 -94
- package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +30 -8
- package/src/mcp/builtin/globals/restoreVersionTool.ts +17 -48
- package/src/mcp/builtin/globals/updateTool.ts +39 -62
- package/src/mcp/builtinTools.ts +9 -2
- package/src/mcp/sanitizeMCPConfig.ts +4 -1
- package/src/stdio.ts +2 -1
- package/src/types.ts +47 -11
- 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/localAPIDefaults.d.ts +0 -20
- package/dist/utils/localAPIDefaults.d.ts.map +0 -1
- package/dist/utils/localAPIDefaults.js +0 -19
- package/dist/utils/localAPIDefaults.js.map +0 -1
- package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -11
- package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
- package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -32
- 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/localAPIDefaults.ts +0 -22
- package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -62
- 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,17 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { countDocumentsInputSchema } 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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
|
|
7
|
-
import { whereSchema } from '../../../utils/whereSchema.js'
|
|
8
6
|
|
|
9
7
|
const DEFAULT_DESCRIPTION =
|
|
10
8
|
'Count documents in any collection by passing the collection slug and optional where clause.'
|
|
11
9
|
|
|
12
10
|
export const countDocumentsTool = defineCollectionTool({
|
|
13
11
|
access: (args) =>
|
|
14
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
12
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
|
|
15
13
|
annotations: {
|
|
16
14
|
destructiveHint: false,
|
|
17
15
|
idempotentHint: true,
|
|
@@ -20,30 +18,19 @@ export const countDocumentsTool = defineCollectionTool({
|
|
|
20
18
|
title: 'Count Documents',
|
|
21
19
|
},
|
|
22
20
|
description: DEFAULT_DESCRIPTION,
|
|
23
|
-
input:
|
|
24
|
-
|
|
25
|
-
trash: z
|
|
26
|
-
.boolean()
|
|
27
|
-
.describe('Optional: include soft-deleted documents when trash is enabled on the collection')
|
|
28
|
-
.optional(),
|
|
29
|
-
where: whereSchema
|
|
30
|
-
.describe(
|
|
31
|
-
'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
|
|
32
|
-
)
|
|
33
|
-
.optional(),
|
|
34
|
-
}),
|
|
35
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
21
|
+
input: countDocumentsInputSchema,
|
|
22
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
36
23
|
const payload = req.payload
|
|
37
24
|
const logger = getLogger({ payload })
|
|
38
25
|
const { locale, trash, where } = input
|
|
39
26
|
|
|
40
|
-
logger.info(`Counting documents in collection: ${
|
|
27
|
+
logger.info(`Counting documents in collection: ${slug}`)
|
|
41
28
|
|
|
42
29
|
try {
|
|
43
30
|
const result = await payload.count({
|
|
44
|
-
collection:
|
|
31
|
+
collection: slug,
|
|
32
|
+
overrideAccess: authorizedMCP.overrideAccess,
|
|
45
33
|
req,
|
|
46
|
-
...localAPIDefaults(authorizedMCP),
|
|
47
34
|
...(locale ? { locale } : {}),
|
|
48
35
|
...(trash !== undefined ? { trash } : {}),
|
|
49
36
|
...(where ? { where } : {}),
|
|
@@ -53,19 +40,19 @@ export const countDocumentsTool = defineCollectionTool({
|
|
|
53
40
|
content: [
|
|
54
41
|
{
|
|
55
42
|
type: 'text',
|
|
56
|
-
text: `Collection "${
|
|
43
|
+
text: `Collection "${slug}" contains ${result.totalDocs} matching documents.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
|
|
57
44
|
},
|
|
58
45
|
],
|
|
59
46
|
doc: result,
|
|
60
47
|
}
|
|
61
48
|
} catch (error) {
|
|
62
49
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
63
|
-
logger.error(`Error counting documents in ${
|
|
50
|
+
logger.error(`Error counting documents in ${slug}: ${errorMessage}`)
|
|
64
51
|
return {
|
|
65
52
|
content: [
|
|
66
53
|
{
|
|
67
54
|
type: 'text',
|
|
68
|
-
text: `❌ **Error counting documents in collection "${
|
|
55
|
+
text: `❌ **Error counting documents in collection "${slug}":** ${errorMessage}`,
|
|
69
56
|
},
|
|
70
57
|
],
|
|
71
58
|
isError: true,
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { countVersionsInputSchema } 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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
|
|
7
|
-
import { whereSchema } from '../../../utils/whereSchema.js'
|
|
8
6
|
|
|
9
7
|
const DEFAULT_DESCRIPTION =
|
|
10
8
|
'Count document versions in any version-enabled collection by passing the collection slug and optional where clause.'
|
|
11
9
|
|
|
12
10
|
export const countVersionsTool = defineCollectionTool({
|
|
13
11
|
access: (args) =>
|
|
14
|
-
defaultAccess(args) &&
|
|
15
|
-
Boolean(args.permissions?.collections?.[args.collectionSlug]?.readVersions),
|
|
12
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.readVersions),
|
|
16
13
|
annotations: {
|
|
17
14
|
destructiveHint: false,
|
|
18
15
|
idempotentHint: true,
|
|
@@ -21,29 +18,19 @@ export const countVersionsTool = defineCollectionTool({
|
|
|
21
18
|
title: 'Count Versions',
|
|
22
19
|
},
|
|
23
20
|
description: DEFAULT_DESCRIPTION,
|
|
24
|
-
input:
|
|
25
|
-
|
|
26
|
-
.string()
|
|
27
|
-
.describe('Optional: locale code to count versions in')
|
|
28
|
-
.optional(),
|
|
29
|
-
where: whereSchema
|
|
30
|
-
.describe(
|
|
31
|
-
'Optional: where clause for filtering versions. Version document fields are usually under "version". Example: {"version.title":{"contains":"test"}}',
|
|
32
|
-
)
|
|
33
|
-
.optional(),
|
|
34
|
-
}),
|
|
35
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
21
|
+
input: countVersionsInputSchema,
|
|
22
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
36
23
|
const payload = req.payload
|
|
37
24
|
const logger = getLogger({ payload })
|
|
38
25
|
const { locale, where } = input
|
|
39
26
|
|
|
40
|
-
logger.info(`Counting versions in collection: ${
|
|
27
|
+
logger.info(`Counting versions in collection: ${slug}`)
|
|
41
28
|
|
|
42
29
|
try {
|
|
43
30
|
const result = await payload.countVersions({
|
|
44
|
-
collection:
|
|
31
|
+
collection: slug,
|
|
32
|
+
overrideAccess: authorizedMCP.overrideAccess,
|
|
45
33
|
req,
|
|
46
|
-
...localAPIDefaults(authorizedMCP),
|
|
47
34
|
...(locale ? { locale } : {}),
|
|
48
35
|
...(where ? { where } : {}),
|
|
49
36
|
})
|
|
@@ -52,19 +39,19 @@ export const countVersionsTool = defineCollectionTool({
|
|
|
52
39
|
content: [
|
|
53
40
|
{
|
|
54
41
|
type: 'text',
|
|
55
|
-
text: `Collection "${
|
|
42
|
+
text: `Collection "${slug}" contains ${result.totalDocs} matching versions.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
|
|
56
43
|
},
|
|
57
44
|
],
|
|
58
45
|
doc: result,
|
|
59
46
|
}
|
|
60
47
|
} catch (error) {
|
|
61
48
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
62
|
-
logger.error(`Error counting versions in ${
|
|
49
|
+
logger.error(`Error counting versions in ${slug}: ${errorMessage}`)
|
|
63
50
|
return {
|
|
64
51
|
content: [
|
|
65
52
|
{
|
|
66
53
|
type: 'text',
|
|
67
|
-
text: `❌ **Error counting versions in collection "${
|
|
54
|
+
text: `❌ **Error counting versions in collection "${slug}":** ${errorMessage}`,
|
|
68
55
|
},
|
|
69
56
|
],
|
|
70
57
|
isError: true,
|
|
@@ -1,112 +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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
|
|
13
|
-
import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
|
|
14
|
-
import { validateCollectionData } from '../validateEntityData.js'
|
|
15
|
-
import { formatCollectionError } from './formatCollectionError.js'
|
|
13
|
+
import { formatEntityError } from '../formatEntityError.js'
|
|
14
|
+
import { fileInputSchema, resolveFile } from './fileInput.js'
|
|
16
15
|
|
|
17
16
|
const DEFAULT_DESCRIPTION =
|
|
18
|
-
'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.'
|
|
19
18
|
|
|
20
|
-
export const
|
|
19
|
+
export const createDocumentsTool = defineCollectionTool({
|
|
21
20
|
access: (args) =>
|
|
22
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
21
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
|
|
23
22
|
annotations: {
|
|
24
23
|
destructiveHint: false,
|
|
25
24
|
idempotentHint: false,
|
|
26
25
|
openWorldHint: false,
|
|
27
26
|
readOnlyHint: false,
|
|
28
|
-
title: 'Create
|
|
27
|
+
title: 'Create Documents',
|
|
29
28
|
},
|
|
30
29
|
description: DEFAULT_DESCRIPTION,
|
|
31
|
-
input:
|
|
32
|
-
|
|
33
|
-
depth: z
|
|
34
|
-
.number()
|
|
35
|
-
.int()
|
|
36
|
-
.min(0)
|
|
37
|
-
.max(10)
|
|
38
|
-
.describe('How many levels deep to populate relationships in response')
|
|
39
|
-
.optional()
|
|
40
|
-
.default(0),
|
|
41
|
-
draft: z
|
|
42
|
-
.boolean()
|
|
43
|
-
.describe('Whether to create the document as a draft')
|
|
44
|
-
.optional()
|
|
45
|
-
.default(false),
|
|
46
|
-
fallbackLocale: z
|
|
47
|
-
.string()
|
|
48
|
-
.describe('Optional: fallback locale code to use when requested locale is not available')
|
|
49
|
-
.optional(),
|
|
50
|
-
locale: z
|
|
51
|
-
.string()
|
|
52
|
-
.describe(
|
|
53
|
-
'Optional: locale code to create the document in (e.g., "en", "es"). Defaults to the default locale',
|
|
54
|
-
)
|
|
55
|
-
.optional(),
|
|
56
|
-
select: z
|
|
57
|
-
.record(z.string(), z.unknown())
|
|
58
|
-
.describe(
|
|
59
|
-
'Optional: define exactly which fields you\'d like to return, e.g., {"title": true}',
|
|
60
|
-
)
|
|
61
|
-
.optional(),
|
|
62
|
-
}),
|
|
63
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
30
|
+
input: createDocumentsInputSchema({ file: fileInputSchema }),
|
|
31
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
64
32
|
const payload = req.payload
|
|
33
|
+
const collectionConfig = payload.collections[slug]?.config
|
|
65
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)
|
|
66
48
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
logger.info(
|
|
70
|
-
`Creating document in collection: ${collectionSlug}${locale ? ` with locale: ${locale}` : ''}`,
|
|
71
|
-
)
|
|
49
|
+
logger.info(`Creating ${documents.length} documents in collection: ${slug}`)
|
|
72
50
|
|
|
73
51
|
try {
|
|
74
|
-
const virtualFieldNames = getCollectionVirtualFieldNames(payload.config,
|
|
75
|
-
const
|
|
76
|
-
|
|
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
|
|
77
58
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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
|
+
})
|
|
81
68
|
|
|
82
|
-
|
|
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
|
+
})
|
|
83
85
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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
|
|
95
107
|
|
|
96
|
-
|
|
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}`)
|
|
97
127
|
|
|
98
128
|
return {
|
|
99
129
|
content: [
|
|
100
130
|
{
|
|
101
131
|
type: 'text',
|
|
102
|
-
text: `
|
|
132
|
+
text: `Created ${docs.length} of ${documents.length} documents in collection "${slug}".${retryMessage}\nResults:\n\`\`\`json\n${JSON.stringify(batchResult)}\n\`\`\`${schemaMessage}`,
|
|
103
133
|
},
|
|
104
134
|
],
|
|
105
|
-
doc:
|
|
135
|
+
doc: structuredContent as unknown as Record<string, unknown>,
|
|
136
|
+
isError: docs.length === 0 && errors.length > 0,
|
|
137
|
+
structuredContent,
|
|
106
138
|
}
|
|
107
139
|
} catch (error) {
|
|
108
|
-
const
|
|
109
|
-
|
|
110
|
-
|
|
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 })
|
|
111
144
|
}
|
|
112
145
|
})
|
|
@@ -1,17 +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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
|
|
7
|
-
import { whereSchema } from '../../../utils/whereSchema.js'
|
|
8
6
|
|
|
9
7
|
const DEFAULT_DESCRIPTION =
|
|
10
8
|
'Delete documents in any collection by passing the collection slug and ID or where clause.'
|
|
11
9
|
|
|
12
10
|
export const deleteDocumentsTool = defineCollectionTool({
|
|
13
11
|
access: (args) =>
|
|
14
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
12
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.delete),
|
|
15
13
|
annotations: {
|
|
16
14
|
destructiveHint: true,
|
|
17
15
|
idempotentHint: false,
|
|
@@ -20,86 +18,59 @@ export const deleteDocumentsTool = defineCollectionTool({
|
|
|
20
18
|
title: 'Delete Documents',
|
|
21
19
|
},
|
|
22
20
|
description: DEFAULT_DESCRIPTION,
|
|
23
|
-
input:
|
|
24
|
-
|
|
25
|
-
.union([z.string(), z.number()])
|
|
26
|
-
.describe('Optional: specific document ID to delete')
|
|
27
|
-
.optional(),
|
|
28
|
-
depth: z
|
|
29
|
-
.number()
|
|
30
|
-
.int()
|
|
31
|
-
.min(0)
|
|
32
|
-
.max(10)
|
|
33
|
-
.describe('Depth of population for relationships in response')
|
|
34
|
-
.optional()
|
|
35
|
-
.default(0),
|
|
36
|
-
fallbackLocale: z
|
|
37
|
-
.string()
|
|
38
|
-
.describe('Optional: fallback locale code to use when requested locale is not available')
|
|
39
|
-
.optional(),
|
|
40
|
-
locale: z
|
|
41
|
-
.string()
|
|
42
|
-
.describe(
|
|
43
|
-
'Optional: locale code for the operation (e.g., "en", "es"). Defaults to the default locale',
|
|
44
|
-
)
|
|
45
|
-
.optional(),
|
|
46
|
-
where: whereSchema
|
|
47
|
-
.describe(
|
|
48
|
-
'Optional: where clause to delete multiple documents. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
|
|
49
|
-
)
|
|
50
|
-
.optional(),
|
|
51
|
-
}),
|
|
52
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
21
|
+
input: deleteDocumentsInputSchema,
|
|
22
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
53
23
|
const payload = req.payload
|
|
54
24
|
const logger = getLogger({ payload })
|
|
55
25
|
|
|
56
26
|
const { id, depth, fallbackLocale, locale, where } = input
|
|
57
27
|
|
|
58
28
|
logger.info(
|
|
59
|
-
`Deleting document from collection: ${
|
|
29
|
+
`Deleting document from collection: ${slug}${id ? ` with ID: ${id}` : ' with where clause'}${locale ? `, locale: ${locale}` : ''}`,
|
|
60
30
|
)
|
|
61
31
|
|
|
62
32
|
try {
|
|
63
|
-
if (
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
...localAPIDefaults(authorizedMCP),
|
|
74
|
-
...(locale && { locale }),
|
|
75
|
-
...(fallbackLocale && { fallbackLocale }),
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
if (id) {
|
|
79
|
-
deleteOptions.id = id
|
|
80
|
-
} else {
|
|
81
|
-
deleteOptions.where = where
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
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
|
+
})
|
|
85
43
|
|
|
86
|
-
if (id) {
|
|
87
44
|
return {
|
|
88
45
|
content: [
|
|
89
46
|
{
|
|
90
47
|
type: 'text',
|
|
91
|
-
text: `Document deleted successfully from collection "${
|
|
48
|
+
text: `Document deleted successfully from collection "${slug}"!\nDeleted document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
|
|
92
49
|
},
|
|
93
50
|
],
|
|
94
51
|
doc: result as Record<string, unknown>,
|
|
95
52
|
}
|
|
96
53
|
}
|
|
97
54
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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 || []
|
|
101
72
|
|
|
102
|
-
let responseText = `Document deleted successfully from collection "${
|
|
73
|
+
let responseText = `Document deleted successfully from collection "${slug}"!\nDeleted: ${docs.length} documents\nErrors: ${errors.length}\n---`
|
|
103
74
|
if (docs.length > 0) {
|
|
104
75
|
responseText += `\n\nDeleted documents:\n\`\`\`json\n${JSON.stringify(docs)}\n\`\`\``
|
|
105
76
|
}
|
|
@@ -113,12 +84,12 @@ export const deleteDocumentsTool = defineCollectionTool({
|
|
|
113
84
|
}
|
|
114
85
|
} catch (error) {
|
|
115
86
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
116
|
-
logger.error(`Error deleting document from ${
|
|
87
|
+
logger.error(`Error deleting document from ${slug}: ${errorMessage}`)
|
|
117
88
|
return {
|
|
118
89
|
content: [
|
|
119
90
|
{
|
|
120
91
|
type: 'text',
|
|
121
|
-
text: `Error deleting document from collection "${
|
|
92
|
+
text: `Error deleting document from collection "${slug}": ${errorMessage}`,
|
|
122
93
|
},
|
|
123
94
|
],
|
|
124
95
|
}
|