@payloadcms/plugin-mcp 3.84.1 → 4.0.0-internal.38b7f1d
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/README.md +2 -2
- package/dist/mcp/tools/schemas.d.ts +10 -10
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
A plugin for [Payload](https://github.com/payloadcms/payload). This plugin adds [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) capabilities.
|
|
4
4
|
|
|
5
|
-
- [Source code](https://github.com/payloadcms/payload/tree/
|
|
5
|
+
- [Source code](https://github.com/payloadcms/payload/tree/main/packages/plugin-mcp)
|
|
6
6
|
- [Documentation](https://payloadcms.com/docs/plugins/mcp)
|
|
7
|
-
- [Documentation source](https://github.com/payloadcms/payload/tree/
|
|
7
|
+
- [Documentation source](https://github.com/payloadcms/payload/tree/main/docs/plugins/mcp.mdx)
|
|
@@ -9,13 +9,13 @@ export declare const toolSchemas: {
|
|
|
9
9
|
select: z.ZodOptional<z.ZodString>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
11
|
depth: number;
|
|
12
|
-
locale?: string | undefined;
|
|
13
12
|
select?: string | undefined;
|
|
13
|
+
locale?: string | undefined;
|
|
14
14
|
fallbackLocale?: string | undefined;
|
|
15
15
|
}, {
|
|
16
|
+
select?: string | undefined;
|
|
16
17
|
depth?: number | undefined;
|
|
17
18
|
locale?: string | undefined;
|
|
18
|
-
select?: string | undefined;
|
|
19
19
|
fallbackLocale?: string | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
};
|
|
@@ -36,17 +36,17 @@ export declare const toolSchemas: {
|
|
|
36
36
|
depth: number;
|
|
37
37
|
page: number;
|
|
38
38
|
limit: number;
|
|
39
|
-
locale?: string | undefined;
|
|
40
39
|
select?: string | undefined;
|
|
40
|
+
locale?: string | undefined;
|
|
41
41
|
sort?: string | undefined;
|
|
42
42
|
draft?: boolean | undefined;
|
|
43
43
|
where?: string | undefined;
|
|
44
44
|
id?: string | number | undefined;
|
|
45
45
|
fallbackLocale?: string | undefined;
|
|
46
46
|
}, {
|
|
47
|
+
select?: string | undefined;
|
|
47
48
|
depth?: number | undefined;
|
|
48
49
|
locale?: string | undefined;
|
|
49
|
-
select?: string | undefined;
|
|
50
50
|
sort?: string | undefined;
|
|
51
51
|
draft?: boolean | undefined;
|
|
52
52
|
where?: string | undefined;
|
|
@@ -69,14 +69,14 @@ export declare const toolSchemas: {
|
|
|
69
69
|
depth: number;
|
|
70
70
|
draft: boolean;
|
|
71
71
|
data: string;
|
|
72
|
-
locale?: string | undefined;
|
|
73
72
|
select?: string | undefined;
|
|
73
|
+
locale?: string | undefined;
|
|
74
74
|
fallbackLocale?: string | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
data: string;
|
|
77
|
+
select?: string | undefined;
|
|
77
78
|
depth?: number | undefined;
|
|
78
79
|
locale?: string | undefined;
|
|
79
|
-
select?: string | undefined;
|
|
80
80
|
draft?: boolean | undefined;
|
|
81
81
|
fallbackLocale?: string | undefined;
|
|
82
82
|
}>;
|
|
@@ -101,17 +101,17 @@ export declare const toolSchemas: {
|
|
|
101
101
|
data: string;
|
|
102
102
|
overrideLock: boolean;
|
|
103
103
|
overwriteExistingFiles: boolean;
|
|
104
|
-
locale?: string | undefined;
|
|
105
104
|
select?: string | undefined;
|
|
105
|
+
locale?: string | undefined;
|
|
106
106
|
where?: string | undefined;
|
|
107
107
|
id?: string | number | undefined;
|
|
108
108
|
fallbackLocale?: string | undefined;
|
|
109
109
|
filePath?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
data: string;
|
|
112
|
+
select?: string | undefined;
|
|
112
113
|
depth?: number | undefined;
|
|
113
114
|
locale?: string | undefined;
|
|
114
|
-
select?: string | undefined;
|
|
115
115
|
draft?: boolean | undefined;
|
|
116
116
|
where?: string | undefined;
|
|
117
117
|
id?: string | number | undefined;
|
|
@@ -156,14 +156,14 @@ export declare const toolSchemas: {
|
|
|
156
156
|
depth: number;
|
|
157
157
|
draft: boolean;
|
|
158
158
|
data: string;
|
|
159
|
-
locale?: string | undefined;
|
|
160
159
|
select?: string | undefined;
|
|
160
|
+
locale?: string | undefined;
|
|
161
161
|
fallbackLocale?: string | undefined;
|
|
162
162
|
}, {
|
|
163
163
|
data: string;
|
|
164
|
+
select?: string | undefined;
|
|
164
165
|
depth?: number | undefined;
|
|
165
166
|
locale?: string | undefined;
|
|
166
|
-
select?: string | undefined;
|
|
167
167
|
draft?: boolean | undefined;
|
|
168
168
|
fallbackLocale?: string | undefined;
|
|
169
169
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-internal.38b7f1d",
|
|
4
4
|
"description": "MCP (Model Context Protocol) capabilities with Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plugin",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"zod": "^3.25.50"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"@payloadcms/eslint-config": "3.28.0",
|
|
48
|
+
"payload": "4.0.0-internal.38b7f1d"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"payload": "
|
|
51
|
+
"payload": "4.0.0-internal.38b7f1d"
|
|
52
52
|
},
|
|
53
53
|
"homepage:": "https://payloadcms.com",
|
|
54
54
|
"scripts": {
|