@payloadcms/plugin-mcp 4.0.0-internal.293e026 → 4.0.0-internal.40de3ec

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-mcp",
3
- "version": "4.0.0-internal.293e026",
3
+ "version": "4.0.0-internal.40de3ec",
4
4
  "description": "MCP (Model Context Protocol) capabilities with Payload",
5
5
  "keywords": [
6
6
  "plugin",
@@ -61,14 +61,14 @@
61
61
  "devDependencies": {
62
62
  "@types/react": "19.2.14",
63
63
  "react": "^19.0.1 || ^19.1.2 || ^19.2.1",
64
- "@payloadcms/ui": "4.0.0-internal.293e026",
65
64
  "@payloadcms/eslint-config": "3.28.0",
66
- "payload": "4.0.0-internal.293e026"
65
+ "@payloadcms/ui": "4.0.0-internal.40de3ec",
66
+ "payload": "4.0.0-internal.40de3ec"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^19.0.1 || ^19.1.2 || ^19.2.1",
70
- "@payloadcms/ui": "4.0.0-internal.293e026",
71
- "payload": "4.0.0-internal.293e026"
70
+ "payload": "4.0.0-internal.40de3ec",
71
+ "@payloadcms/ui": "4.0.0-internal.40de3ec"
72
72
  },
73
73
  "//deps_notes": {
74
74
  "zod": "zod is a hard dependency of @modelcontextprotocol/server, thus we can safely use it without it impacting bundle size. Make extra sure the zod version here matches exactly what's defined in the dependencies of @modelcontextprotocol/server to avoid duplicate versions being installed.",