@payloadcms/plugin-mcp 4.0.0-internal.fa183d3 → 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/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 -63
- 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 +21 -13
- package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -1
- package/dist/mcp/builtin/collections/fileInput.js +52 -64
- package/dist/mcp/builtin/collections/fileInput.js.map +1 -1
- package/dist/mcp/builtin/collections/fileInput.spec.js +20 -6
- package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -1
- 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 +15 -14
- 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 +58 -90
- 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.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/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 -86
- 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 +20 -6
- package/src/mcp/builtin/collections/fileInput.ts +64 -76
- 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 +16 -12
- package/src/mcp/builtin/collections/restoreVersionTool.ts +14 -56
- package/src/mcp/builtin/collections/updateTool.ts +57 -111
- 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,99 +1,97 @@
|
|
|
1
|
-
import type { CollectionSlug, File,
|
|
2
|
-
|
|
3
|
-
import { APIError } from 'payload'
|
|
4
|
-
import {
|
|
1
|
+
import type { CollectionSlug, File, PayloadRequest } from 'payload'
|
|
2
|
+
|
|
3
|
+
import { APIError, z } from 'payload'
|
|
4
|
+
import {
|
|
5
|
+
externalURLInputSchema,
|
|
6
|
+
getFileFromUploadInstructions,
|
|
7
|
+
resolveURLUploadInput,
|
|
8
|
+
} from 'payload/internal'
|
|
5
9
|
import { sanitizeFilename } from 'payload/shared'
|
|
6
|
-
import { z } from 'zod'
|
|
7
10
|
|
|
8
11
|
const mimeTypeSchema = z
|
|
9
12
|
.string()
|
|
10
|
-
.
|
|
13
|
+
.check(
|
|
14
|
+
z.regex(
|
|
15
|
+
/^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/,
|
|
16
|
+
'MIME type must use the type/subtype format',
|
|
17
|
+
),
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
const uploadFileSchema = z.strictObject({
|
|
21
|
+
filename: z.string(),
|
|
22
|
+
mimeType: z.string(),
|
|
23
|
+
size: z.int().check(z.nonnegative()),
|
|
24
|
+
uploadReference: z.record(z.string(), z.unknown()),
|
|
25
|
+
})
|
|
11
26
|
|
|
12
27
|
export const fileInputSchema = z
|
|
13
28
|
.discriminatedUnion('source', [
|
|
14
|
-
z.
|
|
15
|
-
name: z.string().
|
|
16
|
-
data: z
|
|
17
|
-
|
|
29
|
+
z.strictObject({
|
|
30
|
+
name: z.string().check(z.minLength(1), z.describe('The file name, including its extension.')),
|
|
31
|
+
data: z
|
|
32
|
+
.string()
|
|
33
|
+
.check(z.describe('The base64-encoded file bytes, without a data URL prefix.')),
|
|
34
|
+
mimeType: mimeTypeSchema.check(z.describe('The file MIME type, for example image/png.')),
|
|
18
35
|
source: z.literal('base64'),
|
|
19
36
|
}),
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
37
|
+
externalURLInputSchema,
|
|
38
|
+
z.strictObject({
|
|
39
|
+
file: uploadFileSchema.check(z.describe('getUploadInstructions file field post-upload.')),
|
|
40
|
+
source: z.literal('uploadReference'),
|
|
24
41
|
}),
|
|
25
42
|
])
|
|
26
|
-
.
|
|
27
|
-
|
|
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
|
|
33
|
-
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
file = {
|
|
58
|
-
name: sanitizeFilename(input.name),
|
|
59
|
-
data,
|
|
60
|
-
mimetype: input.mimeType,
|
|
61
|
-
size: data.length,
|
|
62
|
-
}
|
|
63
|
-
} else {
|
|
64
|
-
if (uploadConfig.pasteURL === false) {
|
|
65
|
-
throw new APIError(
|
|
66
|
-
`Uploading files from URLs is disabled for collection "${collectionSlug}".`,
|
|
67
|
-
400,
|
|
68
|
-
)
|
|
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
|
|
69
75
|
}
|
|
76
|
+
}
|
|
70
77
|
|
|
71
|
-
|
|
78
|
+
if (input.source === 'externalURL') {
|
|
79
|
+
return resolveURLUploadInput({ slug, input, req })
|
|
80
|
+
}
|
|
72
81
|
|
|
73
|
-
|
|
74
|
-
throw new APIError('File URLs must use http or https.', 400)
|
|
75
|
-
}
|
|
82
|
+
const uploadConfig = req.payload.collections[slug]?.config.upload
|
|
76
83
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
) {
|
|
81
|
-
throw new APIError('The provided file URL is not allowed.', 400)
|
|
82
|
-
}
|
|
84
|
+
if (!uploadConfig) {
|
|
85
|
+
throw new APIError(`Collection "${slug}" does not support file uploads.`, 400)
|
|
86
|
+
}
|
|
83
87
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
...uploadConfig,
|
|
92
|
-
externalFileHeaderFilter: uploadConfig.externalFileHeaderFilter ?? (() => ({})),
|
|
93
|
-
},
|
|
94
|
-
})
|
|
95
|
-
file.mimetype = file.mimetype?.split(';')[0] || 'application/octet-stream'
|
|
96
|
-
file.size = file.data.length
|
|
88
|
+
const maxFileSize = req.payload.config.upload.limits?.fileSize
|
|
89
|
+
const data = decodeBase64({ maxFileSize, value: input.data })
|
|
90
|
+
const file: File = {
|
|
91
|
+
name: sanitizeFilename(input.name),
|
|
92
|
+
data,
|
|
93
|
+
mimetype: input.mimeType,
|
|
94
|
+
size: data.length,
|
|
97
95
|
}
|
|
98
96
|
|
|
99
97
|
if (maxFileSize !== undefined && Number.isFinite(maxFileSize) && file.size > maxFileSize) {
|
|
@@ -127,13 +125,3 @@ function decodeBase64({ maxFileSize, value }: { maxFileSize?: number; value: str
|
|
|
127
125
|
|
|
128
126
|
return data
|
|
129
127
|
}
|
|
130
|
-
|
|
131
|
-
function getURLFilename(url: URL): string {
|
|
132
|
-
const pathSegment = url.pathname.split('/').pop() || 'upload'
|
|
133
|
-
|
|
134
|
-
try {
|
|
135
|
-
return decodeURIComponent(pathSegment)
|
|
136
|
-
} catch {
|
|
137
|
-
return pathSegment
|
|
138
|
-
}
|
|
139
|
-
}
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import
|
|
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.
|
|
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:
|
|
25
|
-
|
|
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,
|
|
76
|
-
input
|
|
25
|
+
const { depth, field, limit, locale, page, populate, sort, trash, where } = input
|
|
77
26
|
|
|
78
|
-
logger.info(`Finding distinct values in collection: ${
|
|
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:
|
|
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
|
|
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 "${
|
|
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 ${
|
|
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 "${
|
|
61
|
+
text: `❌ **Error finding distinct values in collection "${slug}":** ${errorMessage}`,
|
|
114
62
|
},
|
|
115
63
|
],
|
|
116
64
|
isError: true,
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import { z } from 'zod'
|
|
1
|
+
import { findDocumentsInputSchema, parseDocumentID } 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 documents in any collection by passing the collection slug and optional ID or where clause.'
|
|
12
9
|
|
|
13
10
|
export const findDocumentsTool = defineCollectionTool({
|
|
14
11
|
access: (args) =>
|
|
15
|
-
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.
|
|
12
|
+
defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
|
|
16
13
|
annotations: {
|
|
17
14
|
destructiveHint: false,
|
|
18
15
|
idempotentHint: true,
|
|
@@ -21,87 +18,8 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
21
18
|
title: 'Find Documents',
|
|
22
19
|
},
|
|
23
20
|
description: DEFAULT_DESCRIPTION,
|
|
24
|
-
input:
|
|
25
|
-
|
|
26
|
-
.union([z.string(), z.number()])
|
|
27
|
-
.describe(
|
|
28
|
-
'Optional: specific document ID to retrieve. If not provided, returns all documents',
|
|
29
|
-
)
|
|
30
|
-
.optional(),
|
|
31
|
-
depth: z
|
|
32
|
-
.number()
|
|
33
|
-
.int()
|
|
34
|
-
.min(0)
|
|
35
|
-
.max(10)
|
|
36
|
-
.describe('How many levels deep to populate relationships (default: 0)')
|
|
37
|
-
.optional()
|
|
38
|
-
.default(0),
|
|
39
|
-
draft: z
|
|
40
|
-
.boolean()
|
|
41
|
-
.describe(
|
|
42
|
-
'For versioned collections, true returns the latest draft version when available. False reads the main document.',
|
|
43
|
-
)
|
|
44
|
-
.optional(),
|
|
45
|
-
fallbackLocale: z
|
|
46
|
-
.string()
|
|
47
|
-
.describe('Optional: fallback locale code to use when requested locale is not available')
|
|
48
|
-
.optional(),
|
|
49
|
-
joins: z
|
|
50
|
-
.union([z.record(z.string(), z.unknown()), z.literal(false)])
|
|
51
|
-
.describe('Optional: configure join field queries, or pass false to disable all join fields.')
|
|
52
|
-
.optional(),
|
|
53
|
-
limit: z
|
|
54
|
-
.number()
|
|
55
|
-
.int()
|
|
56
|
-
.min(1)
|
|
57
|
-
.max(100)
|
|
58
|
-
.describe('Maximum number of documents to return (default: 10, max: 100)')
|
|
59
|
-
.optional()
|
|
60
|
-
.default(10),
|
|
61
|
-
locale: z
|
|
62
|
-
.string()
|
|
63
|
-
.describe(
|
|
64
|
-
'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
|
|
65
|
-
)
|
|
66
|
-
.optional(),
|
|
67
|
-
page: z
|
|
68
|
-
.number()
|
|
69
|
-
.int()
|
|
70
|
-
.min(1)
|
|
71
|
-
.describe('Page number for pagination (default: 1)')
|
|
72
|
-
.optional()
|
|
73
|
-
.default(1),
|
|
74
|
-
pagination: z
|
|
75
|
-
.boolean()
|
|
76
|
-
.describe('Optional: set to false to skip the count query overhead')
|
|
77
|
-
.optional(),
|
|
78
|
-
populate: z
|
|
79
|
-
.record(z.string(), z.unknown())
|
|
80
|
-
.describe(
|
|
81
|
-
'Optional: control which fields to include from populated relationship or upload documents.',
|
|
82
|
-
)
|
|
83
|
-
.optional(),
|
|
84
|
-
select: z
|
|
85
|
-
.record(z.string(), z.unknown())
|
|
86
|
-
.describe(
|
|
87
|
-
'Optional: define exactly which fields you\'d like to return in the response, e.g., {"title": true}',
|
|
88
|
-
)
|
|
89
|
-
.optional(),
|
|
90
|
-
sort: z
|
|
91
|
-
.string()
|
|
92
|
-
.describe('Field to sort by (e.g., "createdAt", "-updatedAt" for descending)')
|
|
93
|
-
.optional(),
|
|
94
|
-
trash: z
|
|
95
|
-
.boolean()
|
|
96
|
-
.describe('Optional: include soft-deleted documents when trash is enabled on the collection')
|
|
97
|
-
.optional(),
|
|
98
|
-
where: whereSchema
|
|
99
|
-
.describe(
|
|
100
|
-
'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
|
|
101
|
-
)
|
|
102
|
-
.optional(),
|
|
103
|
-
}),
|
|
104
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
21
|
+
input: findDocumentsInputSchema,
|
|
22
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
105
23
|
const payload = req.payload
|
|
106
24
|
const logger = getLogger({ payload })
|
|
107
25
|
|
|
@@ -123,23 +41,23 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
123
41
|
} = input
|
|
124
42
|
|
|
125
43
|
logger.info(
|
|
126
|
-
`Reading document from collection: ${
|
|
44
|
+
`Reading document from collection: ${slug}${id ? ` with ID: ${id}` : ''}, limit: ${limit}, page: ${page}${locale ? `, locale: ${locale}` : ''}`,
|
|
127
45
|
)
|
|
128
46
|
|
|
129
47
|
try {
|
|
130
|
-
if (id) {
|
|
48
|
+
if (id !== undefined) {
|
|
131
49
|
try {
|
|
132
50
|
const doc = await payload.findByID({
|
|
133
|
-
id,
|
|
134
|
-
collection:
|
|
51
|
+
id: parseDocumentID({ id, collectionSlug: slug, payload }),
|
|
52
|
+
collection: slug,
|
|
135
53
|
depth,
|
|
136
54
|
overrideAccess: authorizedMCP.overrideAccess,
|
|
137
55
|
req,
|
|
138
|
-
...(select && { select
|
|
139
|
-
...(populate && { populate
|
|
140
|
-
...(joins !== undefined && { joins
|
|
56
|
+
...(select && { select }),
|
|
57
|
+
...(populate && { populate }),
|
|
58
|
+
...(joins !== undefined && { joins }),
|
|
141
59
|
...(locale && { locale }),
|
|
142
|
-
...(fallbackLocale && { fallbackLocale }),
|
|
60
|
+
...(fallbackLocale !== undefined && { fallbackLocale }),
|
|
143
61
|
...(draft !== undefined && { draft }),
|
|
144
62
|
...(trash !== undefined && { trash }),
|
|
145
63
|
})
|
|
@@ -148,18 +66,18 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
148
66
|
content: [
|
|
149
67
|
{
|
|
150
68
|
type: 'text',
|
|
151
|
-
text: `Document from collection "${
|
|
69
|
+
text: `Document from collection "${slug}":\n${JSON.stringify(doc)}`,
|
|
152
70
|
},
|
|
153
71
|
],
|
|
154
72
|
doc: doc as Record<string, unknown>,
|
|
155
73
|
}
|
|
156
74
|
} catch {
|
|
157
|
-
logger.warn(`Document not found with ID: ${id} in collection: ${
|
|
75
|
+
logger.warn(`Document not found with ID: ${id} in collection: ${slug}`)
|
|
158
76
|
return {
|
|
159
77
|
content: [
|
|
160
78
|
{
|
|
161
79
|
type: 'text',
|
|
162
|
-
text: `Error: Document with ID "${id}" not found in collection "${
|
|
80
|
+
text: `Error: Document with ID "${id}" not found in collection "${slug}"`,
|
|
163
81
|
},
|
|
164
82
|
],
|
|
165
83
|
}
|
|
@@ -167,17 +85,17 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
167
85
|
}
|
|
168
86
|
|
|
169
87
|
const findOptions: Parameters<typeof payload.find>[0] = {
|
|
170
|
-
collection:
|
|
88
|
+
collection: slug,
|
|
171
89
|
depth,
|
|
172
90
|
limit,
|
|
173
91
|
overrideAccess: authorizedMCP.overrideAccess,
|
|
174
92
|
page,
|
|
175
93
|
req,
|
|
176
|
-
...(select && { select
|
|
177
|
-
...(populate && { populate
|
|
178
|
-
...(joins !== undefined && { joins
|
|
94
|
+
...(select && { select }),
|
|
95
|
+
...(populate && { populate }),
|
|
96
|
+
...(joins !== undefined && { joins }),
|
|
179
97
|
...(locale && { locale }),
|
|
180
|
-
...(fallbackLocale && { fallbackLocale }),
|
|
98
|
+
...(fallbackLocale !== undefined && { fallbackLocale }),
|
|
181
99
|
...(draft !== undefined && { draft }),
|
|
182
100
|
...(pagination !== undefined && { pagination }),
|
|
183
101
|
...(trash !== undefined && { trash }),
|
|
@@ -192,7 +110,7 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
192
110
|
|
|
193
111
|
const result = await payload.find(findOptions)
|
|
194
112
|
|
|
195
|
-
let responseText = `Collection: "${
|
|
113
|
+
let responseText = `Collection: "${slug}"\nTotal: ${result.totalDocs} documents\nPage: ${result.page} of ${result.totalPages}\n`
|
|
196
114
|
for (const doc of result.docs) {
|
|
197
115
|
responseText += `\n\`\`\`json\n${JSON.stringify(doc)}\n\`\`\``
|
|
198
116
|
}
|
|
@@ -203,12 +121,12 @@ export const findDocumentsTool = defineCollectionTool({
|
|
|
203
121
|
}
|
|
204
122
|
} catch (error) {
|
|
205
123
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
206
|
-
logger.error(`Error reading documents from collection ${
|
|
124
|
+
logger.error(`Error reading documents from collection ${slug}: ${errorMessage}`)
|
|
207
125
|
return {
|
|
208
126
|
content: [
|
|
209
127
|
{
|
|
210
128
|
type: 'text',
|
|
211
|
-
text: `❌ **Error reading documents from collection "${
|
|
129
|
+
text: `❌ **Error reading documents from collection "${slug}":** ${errorMessage}`,
|
|
212
130
|
},
|
|
213
131
|
],
|
|
214
132
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import { z } from 'zod'
|
|
1
|
+
import { findVersionByIDInputSchema } from 'payload'
|
|
4
2
|
|
|
5
3
|
import { defaultAccess } from '../../../defaultAccess.js'
|
|
6
4
|
import { defineCollectionTool } from '../../../defineTool.js'
|
|
@@ -11,8 +9,7 @@ const DEFAULT_DESCRIPTION =
|
|
|
11
9
|
|
|
12
10
|
export const findVersionByIDTool = 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,66 +18,26 @@ export const findVersionByIDTool = defineCollectionTool({
|
|
|
21
18
|
title: 'Find Version By ID',
|
|
22
19
|
},
|
|
23
20
|
description: DEFAULT_DESCRIPTION,
|
|
24
|
-
input:
|
|
25
|
-
|
|
26
|
-
depth: z
|
|
27
|
-
.number()
|
|
28
|
-
.int()
|
|
29
|
-
.min(0)
|
|
30
|
-
.max(10)
|
|
31
|
-
.describe('How many levels deep to populate relationships in the version document')
|
|
32
|
-
.optional()
|
|
33
|
-
.default(0),
|
|
34
|
-
fallbackLocale: z
|
|
35
|
-
.string()
|
|
36
|
-
.describe('Optional: fallback locale code to use when requested locale is not available')
|
|
37
|
-
.optional(),
|
|
38
|
-
locale: z
|
|
39
|
-
.string()
|
|
40
|
-
.describe(
|
|
41
|
-
'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
|
|
42
|
-
)
|
|
43
|
-
.optional(),
|
|
44
|
-
populate: z
|
|
45
|
-
.record(z.string(), z.unknown())
|
|
46
|
-
.describe(
|
|
47
|
-
'Optional: control which fields to include from populated relationship or upload documents.',
|
|
48
|
-
)
|
|
49
|
-
.optional(),
|
|
50
|
-
select: z
|
|
51
|
-
.record(z.string(), z.unknown())
|
|
52
|
-
.describe(
|
|
53
|
-
'Optional: define exactly which fields you\'d like to return in the response, e.g., {"version.title": true}',
|
|
54
|
-
)
|
|
55
|
-
.optional(),
|
|
56
|
-
showHiddenFields: z
|
|
57
|
-
.boolean()
|
|
58
|
-
.describe('Optional: include hidden fields in the returned version document')
|
|
59
|
-
.optional(),
|
|
60
|
-
trash: z
|
|
61
|
-
.boolean()
|
|
62
|
-
.describe('Optional: include soft-deleted version documents when trash is enabled')
|
|
63
|
-
.optional(),
|
|
64
|
-
}),
|
|
65
|
-
}).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
|
|
21
|
+
input: findVersionByIDInputSchema,
|
|
22
|
+
}).handler(async ({ slug, authorizedMCP, input, req }) => {
|
|
66
23
|
const payload = req.payload
|
|
67
24
|
const logger = getLogger({ payload })
|
|
68
|
-
const { id, depth, fallbackLocale, locale, populate, select,
|
|
25
|
+
const { id, depth, draft, fallbackLocale, locale, populate, select, trash } = input
|
|
69
26
|
|
|
70
|
-
logger.info(`Finding version in collection: ${
|
|
27
|
+
logger.info(`Finding version in collection: ${slug} with ID: ${id}`)
|
|
71
28
|
|
|
72
29
|
try {
|
|
73
30
|
const result = await payload.findVersionByID({
|
|
74
|
-
id,
|
|
75
|
-
collection:
|
|
31
|
+
id: String(id),
|
|
32
|
+
collection: slug,
|
|
76
33
|
depth,
|
|
77
34
|
overrideAccess: authorizedMCP.overrideAccess,
|
|
78
35
|
req,
|
|
79
|
-
...(
|
|
36
|
+
...(draft !== undefined ? { draft } : {}),
|
|
37
|
+
...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
|
|
80
38
|
...(locale ? { locale } : {}),
|
|
81
|
-
...(populate ? { populate
|
|
82
|
-
...(select ? { select
|
|
83
|
-
...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
|
|
39
|
+
...(populate ? { populate } : {}),
|
|
40
|
+
...(select ? { select } : {}),
|
|
84
41
|
...(trash !== undefined ? { trash } : {}),
|
|
85
42
|
})
|
|
86
43
|
|
|
@@ -88,19 +45,19 @@ export const findVersionByIDTool = defineCollectionTool({
|
|
|
88
45
|
content: [
|
|
89
46
|
{
|
|
90
47
|
type: 'text',
|
|
91
|
-
text: `Version "${id}" from collection "${
|
|
48
|
+
text: `Version "${id}" from collection "${slug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
|
|
92
49
|
},
|
|
93
50
|
],
|
|
94
51
|
doc: result as unknown as Record<string, unknown>,
|
|
95
52
|
}
|
|
96
53
|
} catch (error) {
|
|
97
54
|
const errorMessage = error instanceof Error ? error.message : 'Unknown error'
|
|
98
|
-
logger.error(`Error finding version ${id} in ${
|
|
55
|
+
logger.error(`Error finding version ${id} in ${slug}: ${errorMessage}`)
|
|
99
56
|
return {
|
|
100
57
|
content: [
|
|
101
58
|
{
|
|
102
59
|
type: 'text',
|
|
103
|
-
text: `❌ **Error finding version "${id}" in collection "${
|
|
60
|
+
text: `❌ **Error finding version "${id}" in collection "${slug}":** ${errorMessage}`,
|
|
104
61
|
},
|
|
105
62
|
],
|
|
106
63
|
isError: true,
|