@payloadcms/plugin-mcp 4.0.0-internal.d28e9fb → 4.0.0-internal.d927017

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 (432) hide show
  1. package/LICENSE.md +1 -1
  2. package/bin.js +48 -0
  3. package/dist/bin/index.d.ts +2 -0
  4. package/dist/bin/index.d.ts.map +1 -0
  5. package/dist/bin/index.js +12 -0
  6. package/dist/bin/index.js.map +1 -0
  7. package/dist/bin/initializeViteHMR.d.ts +8 -0
  8. package/dist/bin/initializeViteHMR.d.ts.map +1 -0
  9. package/dist/bin/initializeViteHMR.js +63 -0
  10. package/dist/bin/initializeViteHMR.js.map +1 -0
  11. package/dist/bin/viteConfigBoundary.d.ts +6 -0
  12. package/dist/bin/viteConfigBoundary.d.ts.map +1 -0
  13. package/dist/bin/viteConfigBoundary.js +25 -0
  14. package/dist/bin/viteConfigBoundary.js.map +1 -0
  15. package/dist/defaultAccess.d.ts +3 -0
  16. package/dist/defaultAccess.d.ts.map +1 -0
  17. package/dist/defaultAccess.js +3 -0
  18. package/dist/defaultAccess.js.map +1 -0
  19. package/dist/defineTool.d.ts +26 -0
  20. package/dist/defineTool.d.ts.map +1 -0
  21. package/dist/defineTool.js +37 -0
  22. package/dist/defineTool.js.map +1 -0
  23. package/dist/endpoint/access.d.ts +17 -0
  24. package/dist/endpoint/access.d.ts.map +1 -0
  25. package/dist/endpoint/access.js +93 -0
  26. package/dist/endpoint/access.js.map +1 -0
  27. package/dist/endpoint/index.d.ts +3 -0
  28. package/dist/endpoint/index.d.ts.map +1 -0
  29. package/dist/endpoint/index.js +87 -0
  30. package/dist/endpoint/index.js.map +1 -0
  31. package/dist/exports/client.d.ts +2 -0
  32. package/dist/exports/client.d.ts.map +1 -0
  33. package/dist/exports/client.js +4 -0
  34. package/dist/exports/client.js.map +1 -0
  35. package/dist/exports/internal.d.ts +2 -0
  36. package/dist/exports/internal.d.ts.map +1 -0
  37. package/dist/exports/internal.js +3 -0
  38. package/dist/exports/internal.js.map +1 -0
  39. package/dist/index.d.ts +6 -9
  40. package/dist/index.d.ts.map +1 -1
  41. package/dist/index.js +39 -67
  42. package/dist/index.js.map +1 -1
  43. package/dist/mcp/buildMcpServer.d.ts +19 -0
  44. package/dist/mcp/buildMcpServer.d.ts.map +1 -0
  45. package/dist/mcp/buildMcpServer.js +223 -0
  46. package/dist/mcp/buildMcpServer.js.map +1 -0
  47. package/dist/mcp/builtin/collections/authTools.d.ts +7 -0
  48. package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -0
  49. package/dist/mcp/builtin/collections/authTools.js +288 -0
  50. package/dist/mcp/builtin/collections/authTools.js.map +1 -0
  51. package/dist/mcp/builtin/collections/countTool.d.ts +2 -0
  52. package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -0
  53. package/dist/mcp/builtin/collections/countTool.js +68 -0
  54. package/dist/mcp/builtin/collections/countTool.js.map +1 -0
  55. package/dist/mcp/builtin/collections/countVersionsTool.d.ts +2 -0
  56. package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -0
  57. package/dist/mcp/builtin/collections/countVersionsTool.js +64 -0
  58. package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -0
  59. package/dist/mcp/builtin/collections/createTool.d.ts +2 -0
  60. package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -0
  61. package/dist/mcp/builtin/collections/createTool.js +86 -0
  62. package/dist/mcp/builtin/collections/createTool.js.map +1 -0
  63. package/dist/mcp/builtin/collections/deleteTool.d.ts +2 -0
  64. package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -0
  65. package/dist/mcp/builtin/collections/deleteTool.js +110 -0
  66. package/dist/mcp/builtin/collections/deleteTool.js.map +1 -0
  67. package/dist/mcp/builtin/collections/duplicateTool.d.ts +2 -0
  68. package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -0
  69. package/dist/mcp/builtin/collections/duplicateTool.js +96 -0
  70. package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -0
  71. package/dist/mcp/builtin/collections/findDistinctTool.d.ts +2 -0
  72. package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -0
  73. package/dist/mcp/builtin/collections/findDistinctTool.js +92 -0
  74. package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -0
  75. package/dist/mcp/builtin/collections/findTool.d.ts +2 -0
  76. package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -0
  77. package/dist/mcp/builtin/collections/findTool.js +164 -0
  78. package/dist/mcp/builtin/collections/findTool.js.map +1 -0
  79. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts +2 -0
  80. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -0
  81. package/dist/mcp/builtin/collections/findVersionByIDTool.js +83 -0
  82. package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -0
  83. package/dist/mcp/builtin/collections/findVersionsTool.d.ts +2 -0
  84. package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -0
  85. package/dist/mcp/builtin/collections/findVersionsTool.js +98 -0
  86. package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -0
  87. package/dist/mcp/builtin/collections/formatCollectionError.d.ts +9 -0
  88. package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +1 -0
  89. package/dist/mcp/builtin/collections/formatCollectionError.js +60 -0
  90. package/dist/mcp/builtin/collections/formatCollectionError.js.map +1 -0
  91. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts +2 -0
  92. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -0
  93. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +65 -0
  94. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -0
  95. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts +2 -0
  96. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -0
  97. package/dist/mcp/builtin/collections/restoreVersionTool.js +81 -0
  98. package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -0
  99. package/dist/mcp/builtin/collections/updateTool.d.ts +2 -0
  100. package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -0
  101. package/dist/mcp/builtin/collections/updateTool.js +198 -0
  102. package/dist/mcp/builtin/collections/updateTool.js.map +1 -0
  103. package/dist/mcp/builtin/getConfigInfoTool.d.ts +2 -0
  104. package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -0
  105. package/dist/mcp/builtin/getConfigInfoTool.js +68 -0
  106. package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -0
  107. package/dist/mcp/builtin/globals/countVersionsTool.d.ts +2 -0
  108. package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -0
  109. package/dist/mcp/builtin/globals/countVersionsTool.js +64 -0
  110. package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -0
  111. package/dist/mcp/builtin/globals/findTool.d.ts +2 -0
  112. package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -0
  113. package/dist/mcp/builtin/globals/findTool.js +73 -0
  114. package/dist/mcp/builtin/globals/findTool.js.map +1 -0
  115. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts +2 -0
  116. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -0
  117. package/dist/mcp/builtin/globals/findVersionByIDTool.js +79 -0
  118. package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -0
  119. package/dist/mcp/builtin/globals/findVersionsTool.d.ts +2 -0
  120. package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -0
  121. package/dist/mcp/builtin/globals/findVersionsTool.js +94 -0
  122. package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -0
  123. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts +2 -0
  124. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -0
  125. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +65 -0
  126. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -0
  127. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts +2 -0
  128. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -0
  129. package/dist/mcp/builtin/globals/restoreVersionTool.js +77 -0
  130. package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -0
  131. package/dist/mcp/builtin/globals/updateTool.d.ts +2 -0
  132. package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -0
  133. package/dist/mcp/builtin/globals/updateTool.js +87 -0
  134. package/dist/mcp/builtin/globals/updateTool.js.map +1 -0
  135. package/dist/mcp/builtin/validateEntityData.d.ts +14 -0
  136. package/dist/mcp/builtin/validateEntityData.d.ts.map +1 -0
  137. package/dist/mcp/builtin/validateEntityData.js +82 -0
  138. package/dist/mcp/builtin/validateEntityData.js.map +1 -0
  139. package/dist/mcp/builtinTools.d.ts +162 -0
  140. package/dist/mcp/builtinTools.d.ts.map +1 -0
  141. package/dist/mcp/builtinTools.js +163 -0
  142. package/dist/mcp/builtinTools.js.map +1 -0
  143. package/dist/mcp/sanitizeMCPConfig.d.ts +16 -0
  144. package/dist/mcp/sanitizeMCPConfig.d.ts.map +1 -0
  145. package/dist/mcp/sanitizeMCPConfig.js +230 -0
  146. package/dist/mcp/sanitizeMCPConfig.js.map +1 -0
  147. package/dist/stdio.d.ts +9 -0
  148. package/dist/stdio.d.ts.map +1 -0
  149. package/dist/stdio.js +127 -0
  150. package/dist/stdio.js.map +1 -0
  151. package/dist/types.d.ts +256 -447
  152. package/dist/types.d.ts.map +1 -1
  153. package/dist/types.js +4 -1
  154. package/dist/types.js.map +1 -1
  155. package/dist/utils/camelCase.d.ts.map +1 -1
  156. package/dist/utils/getLogger.d.ts +10 -0
  157. package/dist/utils/getLogger.d.ts.map +1 -0
  158. package/dist/utils/getLogger.js +22 -0
  159. package/dist/utils/getLogger.js.map +1 -0
  160. package/dist/utils/getPluginConfig.d.ts +12 -0
  161. package/dist/utils/getPluginConfig.d.ts.map +1 -0
  162. package/dist/utils/getPluginConfig.js +15 -0
  163. package/dist/utils/getPluginConfig.js.map +1 -0
  164. package/dist/utils/resolveProjectRoot.d.ts +7 -0
  165. package/dist/utils/resolveProjectRoot.d.ts.map +1 -0
  166. package/dist/utils/resolveProjectRoot.js +15 -0
  167. package/dist/utils/resolveProjectRoot.js.map +1 -0
  168. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts +28 -0
  169. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts.map +1 -0
  170. package/dist/utils/schemaConversion/filterFieldsByAccess.js +71 -0
  171. package/dist/utils/schemaConversion/filterFieldsByAccess.js.map +1 -0
  172. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +13 -0
  173. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +1 -0
  174. package/dist/utils/schemaConversion/getEntityInputSchema.js +66 -0
  175. package/dist/utils/schemaConversion/getEntityInputSchema.js.map +1 -0
  176. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +10 -0
  177. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +1 -0
  178. package/dist/utils/schemaConversion/sanitizeEntitySchema.js +384 -0
  179. package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +1 -0
  180. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +133 -0
  181. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +1 -0
  182. package/dist/utils/toStandardSchema.d.ts +5 -0
  183. package/dist/utils/toStandardSchema.d.ts.map +1 -0
  184. package/dist/utils/toStandardSchema.js +4 -0
  185. package/dist/utils/toStandardSchema.js.map +1 -0
  186. package/dist/utils/whereSchema.d.ts +9 -0
  187. package/dist/utils/whereSchema.d.ts.map +1 -0
  188. package/dist/utils/whereSchema.js +13 -0
  189. package/dist/utils/whereSchema.js.map +1 -0
  190. package/package.json +43 -10
  191. package/src/bin/index.ts +16 -0
  192. package/src/bin/initializeViteHMR.ts +60 -0
  193. package/src/bin/viteConfigBoundary.ts +39 -0
  194. package/src/defaultAccess.ts +3 -0
  195. package/src/defineTool.ts +44 -0
  196. package/src/endpoint/access.ts +112 -0
  197. package/src/endpoint/index.ts +77 -0
  198. package/src/exports/client.ts +3 -0
  199. package/src/exports/internal.ts +1 -0
  200. package/src/index.ts +31 -89
  201. package/src/mcp/buildMcpServer.ts +284 -0
  202. package/src/mcp/builtin/collections/authTools.ts +269 -0
  203. package/src/mcp/builtin/collections/countTool.ts +73 -0
  204. package/src/mcp/builtin/collections/countVersionsTool.ts +69 -0
  205. package/src/mcp/builtin/collections/createTool.ts +117 -0
  206. package/src/mcp/builtin/collections/deleteTool.ts +125 -0
  207. package/src/mcp/builtin/collections/duplicateTool.ts +134 -0
  208. package/src/mcp/builtin/collections/findDistinctTool.ts +119 -0
  209. package/src/mcp/builtin/collections/findTool.ts +216 -0
  210. package/src/mcp/builtin/collections/findVersionByIDTool.ts +109 -0
  211. package/src/mcp/builtin/collections/findVersionsTool.ts +154 -0
  212. package/src/mcp/builtin/collections/formatCollectionError.ts +84 -0
  213. package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +63 -0
  214. package/src/mcp/builtin/collections/restoreVersionTool.ts +107 -0
  215. package/src/mcp/builtin/collections/updateTool.ts +225 -0
  216. package/src/mcp/builtin/getConfigInfoTool.ts +67 -0
  217. package/src/mcp/builtin/globals/countVersionsTool.ts +68 -0
  218. package/src/mcp/builtin/globals/findTool.ts +105 -0
  219. package/src/mcp/builtin/globals/findVersionByIDTool.ts +103 -0
  220. package/src/mcp/builtin/globals/findVersionsTool.ts +147 -0
  221. package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +63 -0
  222. package/src/mcp/builtin/globals/restoreVersionTool.ts +99 -0
  223. package/src/mcp/builtin/globals/updateTool.ts +115 -0
  224. package/src/mcp/builtin/validateEntityData.ts +132 -0
  225. package/src/mcp/builtinTools.ts +154 -0
  226. package/src/mcp/sanitizeMCPConfig.ts +278 -0
  227. package/src/stdio.ts +131 -0
  228. package/src/types.ts +304 -486
  229. package/src/utils/getLogger.ts +22 -0
  230. package/src/utils/getPluginConfig.ts +24 -0
  231. package/src/utils/resolveProjectRoot.ts +17 -0
  232. package/src/utils/schemaConversion/filterFieldsByAccess.ts +123 -0
  233. package/src/utils/schemaConversion/getEntityInputSchema.ts +96 -0
  234. package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +96 -0
  235. package/src/utils/schemaConversion/sanitizeEntitySchema.ts +432 -0
  236. package/src/utils/toStandardSchema.ts +9 -0
  237. package/src/utils/whereSchema.ts +24 -0
  238. package/dist/collections/createApiKeysCollection.d.ts +0 -7
  239. package/dist/collections/createApiKeysCollection.d.ts.map +0 -1
  240. package/dist/collections/createApiKeysCollection.js +0 -317
  241. package/dist/collections/createApiKeysCollection.js.map +0 -1
  242. package/dist/defaults.d.ts +0 -4
  243. package/dist/defaults.d.ts.map +0 -1
  244. package/dist/defaults.js +0 -5
  245. package/dist/defaults.js.map +0 -1
  246. package/dist/endpoints/mcp.d.ts +0 -4
  247. package/dist/endpoints/mcp.d.ts.map +0 -1
  248. package/dist/endpoints/mcp.js +0 -71
  249. package/dist/endpoints/mcp.js.map +0 -1
  250. package/dist/mcp/createRequest.d.ts +0 -3
  251. package/dist/mcp/createRequest.d.ts.map +0 -1
  252. package/dist/mcp/createRequest.js +0 -14
  253. package/dist/mcp/createRequest.js.map +0 -1
  254. package/dist/mcp/getMcpHandler.d.ts +0 -4
  255. package/dist/mcp/getMcpHandler.d.ts.map +0 -1
  256. package/dist/mcp/getMcpHandler.js +0 -231
  257. package/dist/mcp/getMcpHandler.js.map +0 -1
  258. package/dist/mcp/helpers/config.d.ts +0 -22
  259. package/dist/mcp/helpers/config.d.ts.map +0 -1
  260. package/dist/mcp/helpers/config.js +0 -153
  261. package/dist/mcp/helpers/config.js.map +0 -1
  262. package/dist/mcp/helpers/fields.d.ts +0 -19
  263. package/dist/mcp/helpers/fields.d.ts.map +0 -1
  264. package/dist/mcp/helpers/fields.js +0 -102
  265. package/dist/mcp/helpers/fields.js.map +0 -1
  266. package/dist/mcp/helpers/fileValidation.d.ts +0 -67
  267. package/dist/mcp/helpers/fileValidation.d.ts.map +0 -1
  268. package/dist/mcp/helpers/fileValidation.js +0 -267
  269. package/dist/mcp/helpers/fileValidation.js.map +0 -1
  270. package/dist/mcp/registerTool.d.ts +0 -6
  271. package/dist/mcp/registerTool.d.ts.map +0 -1
  272. package/dist/mcp/registerTool.js +0 -18
  273. package/dist/mcp/registerTool.js.map +0 -1
  274. package/dist/mcp/tools/auth/auth.d.ts +0 -4
  275. package/dist/mcp/tools/auth/auth.d.ts.map +0 -1
  276. package/dist/mcp/tools/auth/auth.js +0 -57
  277. package/dist/mcp/tools/auth/auth.js.map +0 -1
  278. package/dist/mcp/tools/auth/forgotPassword.d.ts +0 -4
  279. package/dist/mcp/tools/auth/forgotPassword.d.ts.map +0 -1
  280. package/dist/mcp/tools/auth/forgotPassword.js +0 -48
  281. package/dist/mcp/tools/auth/forgotPassword.js.map +0 -1
  282. package/dist/mcp/tools/auth/login.d.ts +0 -4
  283. package/dist/mcp/tools/auth/login.d.ts.map +0 -1
  284. package/dist/mcp/tools/auth/login.js +0 -51
  285. package/dist/mcp/tools/auth/login.js.map +0 -1
  286. package/dist/mcp/tools/auth/resetPassword.d.ts +0 -4
  287. package/dist/mcp/tools/auth/resetPassword.d.ts.map +0 -1
  288. package/dist/mcp/tools/auth/resetPassword.js +0 -49
  289. package/dist/mcp/tools/auth/resetPassword.js.map +0 -1
  290. package/dist/mcp/tools/auth/unlock.d.ts +0 -4
  291. package/dist/mcp/tools/auth/unlock.d.ts.map +0 -1
  292. package/dist/mcp/tools/auth/unlock.js +0 -48
  293. package/dist/mcp/tools/auth/unlock.js.map +0 -1
  294. package/dist/mcp/tools/auth/verify.d.ts +0 -4
  295. package/dist/mcp/tools/auth/verify.d.ts.map +0 -1
  296. package/dist/mcp/tools/auth/verify.js +0 -45
  297. package/dist/mcp/tools/auth/verify.js.map +0 -1
  298. package/dist/mcp/tools/collection/create.d.ts +0 -10
  299. package/dist/mcp/tools/collection/create.d.ts.map +0 -1
  300. package/dist/mcp/tools/collection/create.js +0 -139
  301. package/dist/mcp/tools/collection/create.js.map +0 -1
  302. package/dist/mcp/tools/collection/delete.d.ts +0 -10
  303. package/dist/mcp/tools/collection/delete.d.ts.map +0 -1
  304. package/dist/mcp/tools/collection/delete.js +0 -154
  305. package/dist/mcp/tools/collection/delete.js.map +0 -1
  306. package/dist/mcp/tools/collection/find.d.ts +0 -10
  307. package/dist/mcp/tools/collection/find.d.ts.map +0 -1
  308. package/dist/mcp/tools/collection/find.js +0 -165
  309. package/dist/mcp/tools/collection/find.js.map +0 -1
  310. package/dist/mcp/tools/collection/update.d.ts +0 -10
  311. package/dist/mcp/tools/collection/update.d.ts.map +0 -1
  312. package/dist/mcp/tools/collection/update.js +0 -209
  313. package/dist/mcp/tools/collection/update.js.map +0 -1
  314. package/dist/mcp/tools/config/find.d.ts +0 -10
  315. package/dist/mcp/tools/config/find.d.ts.map +0 -1
  316. package/dist/mcp/tools/config/find.js +0 -97
  317. package/dist/mcp/tools/config/find.js.map +0 -1
  318. package/dist/mcp/tools/config/update.d.ts +0 -10
  319. package/dist/mcp/tools/config/update.d.ts.map +0 -1
  320. package/dist/mcp/tools/config/update.js +0 -215
  321. package/dist/mcp/tools/config/update.js.map +0 -1
  322. package/dist/mcp/tools/global/find.d.ts +0 -5
  323. package/dist/mcp/tools/global/find.d.ts.map +0 -1
  324. package/dist/mcp/tools/global/find.js +0 -82
  325. package/dist/mcp/tools/global/find.js.map +0 -1
  326. package/dist/mcp/tools/global/update.d.ts +0 -6
  327. package/dist/mcp/tools/global/update.d.ts.map +0 -1
  328. package/dist/mcp/tools/global/update.js +0 -124
  329. package/dist/mcp/tools/global/update.js.map +0 -1
  330. package/dist/mcp/tools/job/create.d.ts +0 -10
  331. package/dist/mcp/tools/job/create.d.ts.map +0 -1
  332. package/dist/mcp/tools/job/create.js +0 -293
  333. package/dist/mcp/tools/job/create.js.map +0 -1
  334. package/dist/mcp/tools/job/run.d.ts +0 -10
  335. package/dist/mcp/tools/job/run.d.ts.map +0 -1
  336. package/dist/mcp/tools/job/run.js +0 -129
  337. package/dist/mcp/tools/job/run.js.map +0 -1
  338. package/dist/mcp/tools/job/update.d.ts +0 -11
  339. package/dist/mcp/tools/job/update.d.ts.map +0 -1
  340. package/dist/mcp/tools/job/update.js +0 -186
  341. package/dist/mcp/tools/job/update.js.map +0 -1
  342. package/dist/mcp/tools/resource/create.d.ts +0 -6
  343. package/dist/mcp/tools/resource/create.d.ts.map +0 -1
  344. package/dist/mcp/tools/resource/create.js +0 -124
  345. package/dist/mcp/tools/resource/create.js.map +0 -1
  346. package/dist/mcp/tools/resource/delete.d.ts +0 -5
  347. package/dist/mcp/tools/resource/delete.d.ts.map +0 -1
  348. package/dist/mcp/tools/resource/delete.js +0 -151
  349. package/dist/mcp/tools/resource/delete.js.map +0 -1
  350. package/dist/mcp/tools/resource/find.d.ts +0 -5
  351. package/dist/mcp/tools/resource/find.d.ts.map +0 -1
  352. package/dist/mcp/tools/resource/find.js +0 -170
  353. package/dist/mcp/tools/resource/find.js.map +0 -1
  354. package/dist/mcp/tools/resource/update.d.ts +0 -6
  355. package/dist/mcp/tools/resource/update.d.ts.map +0 -1
  356. package/dist/mcp/tools/resource/update.js +0 -256
  357. package/dist/mcp/tools/resource/update.js.map +0 -1
  358. package/dist/mcp/tools/schemas.d.ts +0 -457
  359. package/dist/mcp/tools/schemas.d.ts.map +0 -1
  360. package/dist/mcp/tools/schemas.js +0 -243
  361. package/dist/mcp/tools/schemas.js.map +0 -1
  362. package/dist/utils/adminEntitySettings.d.ts +0 -17
  363. package/dist/utils/adminEntitySettings.d.ts.map +0 -1
  364. package/dist/utils/adminEntitySettings.js +0 -41
  365. package/dist/utils/adminEntitySettings.js.map +0 -1
  366. package/dist/utils/createApiKeyFields.d.ts +0 -15
  367. package/dist/utils/createApiKeyFields.d.ts.map +0 -1
  368. package/dist/utils/createApiKeyFields.js +0 -57
  369. package/dist/utils/createApiKeyFields.js.map +0 -1
  370. package/dist/utils/getEnabledSlugs.d.ts +0 -13
  371. package/dist/utils/getEnabledSlugs.d.ts.map +0 -1
  372. package/dist/utils/getEnabledSlugs.js +0 -32
  373. package/dist/utils/getEnabledSlugs.js.map +0 -1
  374. package/dist/utils/schemaConversion/convertCollectionSchemaToZod.d.ts +0 -3
  375. package/dist/utils/schemaConversion/convertCollectionSchemaToZod.d.ts.map +0 -1
  376. package/dist/utils/schemaConversion/convertCollectionSchemaToZod.js +0 -43
  377. package/dist/utils/schemaConversion/convertCollectionSchemaToZod.js.map +0 -1
  378. package/dist/utils/schemaConversion/removeVirtualFieldsFromSchema.d.ts +0 -7
  379. package/dist/utils/schemaConversion/removeVirtualFieldsFromSchema.d.ts.map +0 -1
  380. package/dist/utils/schemaConversion/removeVirtualFieldsFromSchema.js +0 -20
  381. package/dist/utils/schemaConversion/removeVirtualFieldsFromSchema.js.map +0 -1
  382. package/dist/utils/schemaConversion/sanitizeJsonSchema.d.ts +0 -13
  383. package/dist/utils/schemaConversion/sanitizeJsonSchema.d.ts.map +0 -1
  384. package/dist/utils/schemaConversion/sanitizeJsonSchema.js +0 -56
  385. package/dist/utils/schemaConversion/sanitizeJsonSchema.js.map +0 -1
  386. package/dist/utils/schemaConversion/simplifyRelationshipFields.d.ts +0 -20
  387. package/dist/utils/schemaConversion/simplifyRelationshipFields.d.ts.map +0 -1
  388. package/dist/utils/schemaConversion/simplifyRelationshipFields.js +0 -53
  389. package/dist/utils/schemaConversion/simplifyRelationshipFields.js.map +0 -1
  390. package/dist/utils/schemaConversion/transformPointFields.d.ts +0 -3
  391. package/dist/utils/schemaConversion/transformPointFields.d.ts.map +0 -1
  392. package/dist/utils/schemaConversion/transformPointFields.js +0 -51
  393. package/dist/utils/schemaConversion/transformPointFields.js.map +0 -1
  394. package/src/collections/createApiKeysCollection.ts +0 -373
  395. package/src/defaults.ts +0 -3
  396. package/src/endpoints/mcp.ts +0 -91
  397. package/src/mcp/createRequest.ts +0 -13
  398. package/src/mcp/getMcpHandler.ts +0 -545
  399. package/src/mcp/helpers/config.ts +0 -213
  400. package/src/mcp/helpers/fields.ts +0 -154
  401. package/src/mcp/helpers/fileValidation.ts +0 -362
  402. package/src/mcp/registerTool.ts +0 -22
  403. package/src/mcp/tools/auth/auth.ts +0 -71
  404. package/src/mcp/tools/auth/forgotPassword.ts +0 -70
  405. package/src/mcp/tools/auth/login.ts +0 -72
  406. package/src/mcp/tools/auth/resetPassword.ts +0 -61
  407. package/src/mcp/tools/auth/unlock.ts +0 -64
  408. package/src/mcp/tools/auth/verify.ts +0 -57
  409. package/src/mcp/tools/collection/create.ts +0 -210
  410. package/src/mcp/tools/collection/delete.ts +0 -211
  411. package/src/mcp/tools/collection/find.ts +0 -224
  412. package/src/mcp/tools/collection/update.ts +0 -290
  413. package/src/mcp/tools/config/find.ts +0 -128
  414. package/src/mcp/tools/config/update.ts +0 -280
  415. package/src/mcp/tools/global/find.ts +0 -128
  416. package/src/mcp/tools/global/update.ts +0 -207
  417. package/src/mcp/tools/job/create.ts +0 -416
  418. package/src/mcp/tools/job/run.ts +0 -167
  419. package/src/mcp/tools/job/update.ts +0 -274
  420. package/src/mcp/tools/resource/create.ts +0 -211
  421. package/src/mcp/tools/resource/delete.ts +0 -218
  422. package/src/mcp/tools/resource/find.ts +0 -246
  423. package/src/mcp/tools/resource/update.ts +0 -383
  424. package/src/mcp/tools/schemas.ts +0 -520
  425. package/src/utils/adminEntitySettings.ts +0 -40
  426. package/src/utils/createApiKeyFields.ts +0 -72
  427. package/src/utils/getEnabledSlugs.ts +0 -42
  428. package/src/utils/schemaConversion/convertCollectionSchemaToZod.ts +0 -52
  429. package/src/utils/schemaConversion/removeVirtualFieldsFromSchema.ts +0 -27
  430. package/src/utils/schemaConversion/sanitizeJsonSchema.ts +0 -62
  431. package/src/utils/schemaConversion/simplifyRelationshipFields.ts +0 -65
  432. package/src/utils/schemaConversion/transformPointFields.ts +0 -55
@@ -0,0 +1,154 @@
1
+ import type { CollectionTool, GlobalTool, Tool } from '../types.js'
2
+
3
+ import {
4
+ authCollectionTool,
5
+ forgotPasswordCollectionTool,
6
+ loginCollectionTool,
7
+ resetPasswordCollectionTool,
8
+ unlockCollectionTool,
9
+ verifyCollectionTool,
10
+ } from './builtin/collections/authTools.js'
11
+ import { countDocumentsTool } from './builtin/collections/countTool.js'
12
+ import { countVersionsTool } from './builtin/collections/countVersionsTool.js'
13
+ import { createDocumentTool } from './builtin/collections/createTool.js'
14
+ import { deleteDocumentsTool } from './builtin/collections/deleteTool.js'
15
+ import { duplicateDocumentTool } from './builtin/collections/duplicateTool.js'
16
+ import { findDistinctTool } from './builtin/collections/findDistinctTool.js'
17
+ import { findDocumentsTool } from './builtin/collections/findTool.js'
18
+ import { findVersionByIDTool } from './builtin/collections/findVersionByIDTool.js'
19
+ import { findVersionsTool } from './builtin/collections/findVersionsTool.js'
20
+ import { getCollectionSchemaTool } from './builtin/collections/getCollectionSchemaTool.js'
21
+ import { restoreVersionTool } from './builtin/collections/restoreVersionTool.js'
22
+ import { updateDocumentTool } from './builtin/collections/updateTool.js'
23
+ import { getConfigInfoTool } from './builtin/getConfigInfoTool.js'
24
+ import { countGlobalVersionsTool } from './builtin/globals/countVersionsTool.js'
25
+ import { findGlobalTool } from './builtin/globals/findTool.js'
26
+ import { findGlobalVersionByIDTool } from './builtin/globals/findVersionByIDTool.js'
27
+ import { findGlobalVersionsTool } from './builtin/globals/findVersionsTool.js'
28
+ import { getGlobalSchemaTool } from './builtin/globals/getGlobalSchemaTool.js'
29
+ import { restoreGlobalVersionTool } from './builtin/globals/restoreVersionTool.js'
30
+ import { updateGlobalTool } from './builtin/globals/updateTool.js'
31
+
32
+ type CollectionBuiltin = {
33
+ mcpName: string
34
+ requiresDuplicateEnabled?: boolean
35
+ requiresVersions?: boolean
36
+ tool: CollectionTool
37
+ }
38
+
39
+ type GlobalBuiltin = {
40
+ mcpName: string
41
+ requiresVersions?: boolean
42
+ tool: GlobalTool
43
+ }
44
+
45
+ export const TOOL_BUILTINS = {
46
+ getConfigInfo: { mcpName: 'getConfigInfo', tool: getConfigInfoTool },
47
+ } satisfies Record<string, { mcpName: string; tool: Tool }>
48
+
49
+ /**
50
+ * The static built-in collection CRUD tools. Keys here are the source of truth
51
+ * for `MCPCollectionBuiltinName` — adding/removing an entry updates the type
52
+ * automatically.
53
+ */
54
+ export const COLLECTION_BUILTINS = {
55
+ count: { mcpName: 'countDocuments', tool: countDocumentsTool },
56
+ countVersions: { mcpName: 'countVersions', requiresVersions: true, tool: countVersionsTool },
57
+ create: { mcpName: 'createDocument', tool: createDocumentTool },
58
+ delete: { mcpName: 'deleteDocuments', tool: deleteDocumentsTool },
59
+ duplicate: {
60
+ mcpName: 'duplicateDocument',
61
+ requiresDuplicateEnabled: true,
62
+ tool: duplicateDocumentTool,
63
+ },
64
+ find: { mcpName: 'findDocuments', tool: findDocumentsTool },
65
+ findDistinct: { mcpName: 'findDistinct', tool: findDistinctTool },
66
+ findVersionByID: {
67
+ mcpName: 'findVersionByID',
68
+ requiresVersions: true,
69
+ tool: findVersionByIDTool,
70
+ },
71
+ findVersions: { mcpName: 'findVersions', requiresVersions: true, tool: findVersionsTool },
72
+ getCollectionSchema: { mcpName: 'getCollectionSchema', tool: getCollectionSchemaTool },
73
+ restoreVersion: { mcpName: 'restoreVersion', requiresVersions: true, tool: restoreVersionTool },
74
+ update: { mcpName: 'updateDocument', tool: updateDocumentTool },
75
+ } satisfies Record<string, CollectionBuiltin>
76
+
77
+ /**
78
+ * The static auth tools surfaced under auth-enabled collections. Keys are the
79
+ * source of truth for `MCPCollectionAuthToolName`.
80
+ */
81
+ export const COLLECTION_AUTH_BUILTINS = {
82
+ auth: { mcpName: 'auth', tool: authCollectionTool },
83
+ forgotPassword: {
84
+ mcpName: 'forgotPassword',
85
+ tool: forgotPasswordCollectionTool,
86
+ },
87
+ login: { mcpName: 'login', tool: loginCollectionTool },
88
+ resetPassword: {
89
+ mcpName: 'resetPassword',
90
+ tool: resetPasswordCollectionTool,
91
+ },
92
+ unlock: { mcpName: 'unlock', tool: unlockCollectionTool },
93
+ verify: { mcpName: 'verify', tool: verifyCollectionTool },
94
+ } satisfies Record<string, { mcpName: string; tool: CollectionTool }>
95
+
96
+ /**
97
+ * The static built-in global tools. Keys are the source of truth for
98
+ * `MCPGlobalBuiltinName`.
99
+ */
100
+ export const GLOBAL_BUILTINS = {
101
+ countGlobalVersions: {
102
+ mcpName: 'countGlobalVersions',
103
+ requiresVersions: true,
104
+ tool: countGlobalVersionsTool,
105
+ },
106
+ find: { mcpName: 'findGlobal', tool: findGlobalTool },
107
+ findGlobalVersionByID: {
108
+ mcpName: 'findGlobalVersionByID',
109
+ requiresVersions: true,
110
+ tool: findGlobalVersionByIDTool,
111
+ },
112
+ findGlobalVersions: {
113
+ mcpName: 'findGlobalVersions',
114
+ requiresVersions: true,
115
+ tool: findGlobalVersionsTool,
116
+ },
117
+ getGlobalSchema: { mcpName: 'getGlobalSchema', tool: getGlobalSchemaTool },
118
+ restoreGlobalVersion: {
119
+ mcpName: 'restoreGlobalVersion',
120
+ requiresVersions: true,
121
+ tool: restoreGlobalVersionTool,
122
+ },
123
+ update: { mcpName: 'updateGlobal', tool: updateGlobalTool },
124
+ } satisfies Record<string, GlobalBuiltin>
125
+
126
+ export type MCPCollectionBuiltinName = keyof typeof COLLECTION_BUILTINS
127
+
128
+ export type MCPCollectionAuthToolName = keyof typeof COLLECTION_AUTH_BUILTINS
129
+
130
+ export type MCPGlobalBuiltinName = keyof typeof GLOBAL_BUILTINS
131
+
132
+ export type MCPTopLevelBuiltinName = keyof typeof TOOL_BUILTINS
133
+
134
+ /**
135
+ * Pre-typed `Object.entries` for each registry. The cast from `string` to the
136
+ * literal key union lives here once so consumers can iterate without their own
137
+ * cast — TypeScript's `Object.entries` always widens keys to `string`, which
138
+ * defeats the narrow type lookups on `MCPCollectionToolsMap`.
139
+ */
140
+ export const TOOL_BUILTIN_ENTRIES = Object.entries(TOOL_BUILTINS) as Array<
141
+ [MCPTopLevelBuiltinName, (typeof TOOL_BUILTINS)[MCPTopLevelBuiltinName]]
142
+ >
143
+
144
+ export const COLLECTION_BUILTIN_ENTRIES = Object.entries(COLLECTION_BUILTINS) as Array<
145
+ [MCPCollectionBuiltinName, CollectionBuiltin]
146
+ >
147
+
148
+ export const COLLECTION_AUTH_BUILTIN_ENTRIES = Object.entries(COLLECTION_AUTH_BUILTINS) as Array<
149
+ [MCPCollectionAuthToolName, (typeof COLLECTION_AUTH_BUILTINS)[MCPCollectionAuthToolName]]
150
+ >
151
+
152
+ export const GLOBAL_BUILTIN_ENTRIES = Object.entries(GLOBAL_BUILTINS) as Array<
153
+ [MCPGlobalBuiltinName, GlobalBuiltin]
154
+ >
@@ -0,0 +1,278 @@
1
+ import type {
2
+ CollectionConfig,
3
+ Config,
4
+ GlobalConfig,
5
+ SanitizedCollectionConfig,
6
+ SanitizedConfig,
7
+ SanitizedGlobalConfig,
8
+ } from 'payload'
9
+
10
+ import type {
11
+ CollectionMCPItem,
12
+ CollectionTool,
13
+ GlobalMCPItem,
14
+ GlobalTool,
15
+ MCPItem,
16
+ MCPPluginConfig,
17
+ SanitizedMCPPluginConfig,
18
+ } from '../types.js'
19
+
20
+ import { defaultAccess } from '../defaultAccess.js'
21
+ import {
22
+ COLLECTION_AUTH_BUILTIN_ENTRIES,
23
+ COLLECTION_AUTH_BUILTINS,
24
+ COLLECTION_BUILTIN_ENTRIES,
25
+ COLLECTION_BUILTINS,
26
+ GLOBAL_BUILTIN_ENTRIES,
27
+ GLOBAL_BUILTINS,
28
+ TOOL_BUILTIN_ENTRIES,
29
+ TOOL_BUILTINS,
30
+ } from './builtinTools.js'
31
+
32
+ /**
33
+ * Converts the user-configured `MCPPluginConfig` into a `SanitizedMCPPluginConfig`:
34
+ * - Flattens `tools` / `prompts` / `resources` / per-collection / per-global
35
+ * tool maps into a single `items` array.
36
+ * - Applies built-in tools for collections and globals, respecting opt-out user overrides.
37
+ *
38
+ * Called once during plugin init. After that, `plugins['@payloadcms/plugin-mcp']
39
+ * ?.options` holds the sanitized result
40
+ */
41
+ export const sanitizeMCPConfig = ({
42
+ config,
43
+ pluginConfig,
44
+ }: {
45
+ config: Config | SanitizedConfig
46
+ pluginConfig: MCPPluginConfig
47
+ }): SanitizedMCPPluginConfig => {
48
+ const items: MCPItem[] = []
49
+
50
+ for (const collection of config.collections ?? []) {
51
+ items.push(...sanitizeCollectionConfig({ collection, pluginConfig }))
52
+ }
53
+
54
+ for (const global of config.globals ?? []) {
55
+ items.push(...sanitizeGlobalConfig({ global, pluginConfig }))
56
+ }
57
+
58
+ for (const [configKey, { mcpName, tool }] of TOOL_BUILTIN_ENTRIES) {
59
+ items.push({
60
+ type: 'tool',
61
+ configKey,
62
+ label: tool.annotations?.title ?? configKey,
63
+ mcpName,
64
+ tool: { ...tool, access: tool.access ?? defaultAccess },
65
+ })
66
+ }
67
+
68
+ for (const [configKey, tool] of Object.entries(pluginConfig.tools ?? {})) {
69
+ if (configKey in TOOL_BUILTINS) {
70
+ continue
71
+ }
72
+ items.push({
73
+ type: 'tool',
74
+ configKey,
75
+ label: tool.annotations?.title ?? configKey,
76
+ mcpName: configKey,
77
+ tool: { ...tool, access: tool.access ?? defaultAccess },
78
+ })
79
+ }
80
+
81
+ for (const [configKey, prompt] of Object.entries(pluginConfig.prompts ?? {})) {
82
+ items.push({
83
+ type: 'prompt',
84
+ configKey,
85
+ label: prompt.title ?? configKey,
86
+ mcpName: configKey,
87
+ prompt: { ...prompt, access: prompt.access ?? defaultAccess },
88
+ })
89
+ }
90
+
91
+ for (const [configKey, resource] of Object.entries(pluginConfig.resources ?? {})) {
92
+ items.push({
93
+ type: 'resource',
94
+ configKey,
95
+ label: resource.title ?? configKey,
96
+ mcpName: configKey,
97
+ resource: { ...resource, access: resource.access ?? defaultAccess },
98
+ })
99
+ }
100
+
101
+ return {
102
+ disabled: pluginConfig.disabled,
103
+ hooks: pluginConfig.hooks,
104
+ items,
105
+ mcp: pluginConfig.mcp,
106
+ overrideGetAuthorizedMCP: pluginConfig.overrideGetAuthorizedMCP,
107
+ }
108
+ }
109
+
110
+ const sanitizeCollectionConfig = ({
111
+ collection,
112
+ pluginConfig,
113
+ }: {
114
+ collection: CollectionConfig | SanitizedCollectionConfig
115
+ pluginConfig: MCPPluginConfig
116
+ }): CollectionMCPItem[] => {
117
+ const slug = collection.slug
118
+ const collectionPluginConfig = pluginConfig.collections?.[slug]
119
+ const items: CollectionMCPItem[] = []
120
+ /**
121
+ * Payload disables duplicate for auth collections by default unless the
122
+ * collection explicitly opts back in with `disableDuplicate: false`.
123
+ */
124
+ const isDuplicateDisabled =
125
+ collection.disableDuplicate === true ||
126
+ (Boolean(collection.auth) && collection.disableDuplicate !== false)
127
+
128
+ for (const [
129
+ toolKey,
130
+ { mcpName, requiresDuplicateEnabled, requiresVersions, tool },
131
+ ] of COLLECTION_BUILTIN_ENTRIES) {
132
+ if (requiresVersions && !collection.versions) {
133
+ continue
134
+ }
135
+ if (requiresDuplicateEnabled && isDuplicateDisabled) {
136
+ continue
137
+ }
138
+ const matchedConfigEntry = collectionPluginConfig?.tools?.[toolKey]
139
+ if (matchedConfigEntry === false) {
140
+ continue
141
+ }
142
+ const override = typeof matchedConfigEntry === 'object' ? matchedConfigEntry : undefined
143
+ const annotations = { ...tool.annotations, ...override?.annotations }
144
+ items.push({
145
+ type: 'collectionTool',
146
+ collectionSlug: slug,
147
+ configKey: toolKey,
148
+ label: annotations.title ?? toolKey,
149
+ mcpName,
150
+ tool: {
151
+ ...tool,
152
+ access: override?.access ?? tool.access ?? defaultAccess,
153
+ annotations,
154
+ description: override?.description ?? tool.description,
155
+ overrideResponse:
156
+ override?.overrideResponse ??
157
+ collectionPluginConfig?.overrideResponse ??
158
+ tool.overrideResponse,
159
+ },
160
+ })
161
+ }
162
+
163
+ if (collection.auth) {
164
+ for (const [authToolKey, { mcpName, tool }] of COLLECTION_AUTH_BUILTIN_ENTRIES) {
165
+ const matchedConfigEntry = collectionPluginConfig?.tools?.[authToolKey]
166
+ if (!matchedConfigEntry) {
167
+ continue
168
+ }
169
+ // `true` means "enable, no override"; only the object form carries fields.
170
+ const override = typeof matchedConfigEntry === 'object' ? matchedConfigEntry : undefined
171
+ const annotations = { ...tool.annotations, ...override?.annotations }
172
+ items.push({
173
+ type: 'collectionTool',
174
+ collectionSlug: slug,
175
+ configKey: authToolKey,
176
+ label: annotations.title ?? authToolKey,
177
+ mcpName,
178
+ tool: {
179
+ ...tool,
180
+ access: override?.access ?? tool.access ?? defaultAccess,
181
+ annotations,
182
+ description: override?.description ?? tool.description,
183
+ overrideResponse:
184
+ override?.overrideResponse ??
185
+ collectionPluginConfig?.overrideResponse ??
186
+ tool.overrideResponse,
187
+ },
188
+ })
189
+ }
190
+ }
191
+
192
+ // Cast: builtin keys are filtered out below, so the remaining values are
193
+ // always custom tools (`CollectionTool`) or undefined
194
+ const customEntries = Object.entries(collectionPluginConfig?.tools ?? {}) as Array<
195
+ [string, CollectionTool | undefined]
196
+ >
197
+ for (const [configKey, customTool] of customEntries) {
198
+ if (configKey in COLLECTION_BUILTINS || configKey in COLLECTION_AUTH_BUILTINS) {
199
+ continue
200
+ }
201
+ if (!customTool) {
202
+ continue
203
+ }
204
+ items.push({
205
+ type: 'collectionTool',
206
+ collectionSlug: slug,
207
+ configKey,
208
+ label: customTool.annotations?.title ?? configKey,
209
+ mcpName: configKey,
210
+ tool: { ...customTool, access: customTool.access ?? defaultAccess },
211
+ })
212
+ }
213
+
214
+ return items
215
+ }
216
+
217
+ const sanitizeGlobalConfig = ({
218
+ global,
219
+ pluginConfig,
220
+ }: {
221
+ global: GlobalConfig | SanitizedGlobalConfig
222
+ pluginConfig: MCPPluginConfig
223
+ }): GlobalMCPItem[] => {
224
+ const slug = global.slug
225
+ const globalPluginConfig = pluginConfig.globals?.[slug]
226
+ const items: GlobalMCPItem[] = []
227
+
228
+ for (const [toolKey, { mcpName, requiresVersions, tool }] of GLOBAL_BUILTIN_ENTRIES) {
229
+ if (requiresVersions && !global.versions) {
230
+ continue
231
+ }
232
+ const matchedConfigEntry = globalPluginConfig?.tools?.[toolKey]
233
+ if (matchedConfigEntry === false) {
234
+ continue
235
+ }
236
+ const override = typeof matchedConfigEntry === 'object' ? matchedConfigEntry : undefined
237
+ const annotations = { ...tool.annotations, ...override?.annotations }
238
+ items.push({
239
+ type: 'globalTool',
240
+ configKey: toolKey,
241
+ globalSlug: slug,
242
+ label: annotations.title ?? toolKey,
243
+ mcpName,
244
+ tool: {
245
+ ...tool,
246
+ access: override?.access ?? tool.access ?? defaultAccess,
247
+ annotations,
248
+ description: override?.description ?? tool.description,
249
+ overrideResponse:
250
+ override?.overrideResponse ??
251
+ globalPluginConfig?.overrideResponse ??
252
+ tool.overrideResponse,
253
+ },
254
+ })
255
+ }
256
+
257
+ const customEntries = Object.entries(globalPluginConfig?.tools ?? {}) as Array<
258
+ [string, GlobalTool | undefined]
259
+ >
260
+ for (const [configKey, customTool] of customEntries) {
261
+ if (configKey in GLOBAL_BUILTINS) {
262
+ continue
263
+ }
264
+ if (!customTool) {
265
+ continue
266
+ }
267
+ items.push({
268
+ type: 'globalTool',
269
+ configKey,
270
+ globalSlug: slug,
271
+ label: customTool.annotations?.title ?? configKey,
272
+ mcpName: configKey,
273
+ tool: { ...customTool, access: customTool.access ?? defaultAccess },
274
+ })
275
+ }
276
+
277
+ return items
278
+ }
package/src/stdio.ts ADDED
@@ -0,0 +1,131 @@
1
+ import type { Config, Plugin, SanitizedConfig } from 'payload'
2
+
3
+ /* eslint-disable no-console */
4
+ import { serveStdio } from '@modelcontextprotocol/server/stdio'
5
+ import { fileURLToPath, pathToFileURL } from 'node:url'
6
+ import { createLocalReq, getPayload } from 'payload'
7
+ import { findConfig } from 'payload/node'
8
+
9
+ import type { SanitizedMCPPluginConfig } from './types.js'
10
+
11
+ import { getAuthorizedMCP } from './endpoint/access.js'
12
+ import { buildMcpServer } from './mcp/buildMcpServer.js'
13
+ import { sanitizeMCPConfig } from './mcp/sanitizeMCPConfig.js'
14
+ import { getPluginConfig } from './utils/getPluginConfig.js'
15
+ import { resolveProjectRoot } from './utils/resolveProjectRoot.js'
16
+
17
+ /**
18
+ * Starts Payload's MCP server over stdin and stdout.
19
+ *
20
+ * Set `PAYLOAD_MCP_AUTHORIZATION` to authenticate. In development,
21
+ * `PAYLOAD_MCP_OVERRIDE_ACCESS=true` skips access checks.
22
+ */
23
+ export const runMcpStdio = async (configOverride?: SanitizedConfig): Promise<void> => {
24
+ // MCP clients may start this command from another folder. Move to the Payload
25
+ // project so findConfig() can find the config.
26
+ const projectRoot = resolveProjectRoot(fileURLToPath(import.meta.url))
27
+ if (projectRoot) {
28
+ process.chdir(projectRoot)
29
+ }
30
+
31
+ const configPath = findConfig()
32
+ const configURL = pathToFileURL(configPath).href
33
+ const configModule = configOverride ? undefined : await import(configURL)
34
+ const config: SanitizedConfig = configOverride ?? (await (configModule?.default ?? configModule))
35
+
36
+ /**
37
+ * stdout is only for MCP messages. The spec says the server must not write
38
+ * logs there and may write them to stderr instead.
39
+ *
40
+ * The 2.0 client library recovers from stray stdout logs, but that behavior is not
41
+ * guaranteed. Move Payload logs to stderr so Payload does not add invalid data
42
+ * to stdout. Keep options from configurable loggers. Replace pre-built loggers
43
+ * because their output cannot be redirected.
44
+ *
45
+ * @see https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#stdio
46
+ */
47
+ const loggerConfig: { logger?: Config['logger'] } = config
48
+ if (
49
+ loggerConfig.logger &&
50
+ typeof loggerConfig.logger === 'object' &&
51
+ 'options' in loggerConfig.logger
52
+ ) {
53
+ loggerConfig.logger.destination = process.stderr
54
+ } else {
55
+ loggerConfig.logger = { destination: process.stderr, options: {} }
56
+ }
57
+
58
+ const payload = await getPayload({ config, cron: false, disableOnInit: true })
59
+
60
+ let pluginConfig: SanitizedMCPPluginConfig
61
+ try {
62
+ pluginConfig = getPluginConfig({ config: payload.config })
63
+ } catch {
64
+ // The command also works when mcpPlugin() is not in the Payload config.
65
+ pluginConfig = sanitizeMCPConfig({ config: payload.config, pluginConfig: {} })
66
+
67
+ const fallbackPlugin: Plugin = (config) => config
68
+ Object.assign(fallbackPlugin, {
69
+ slug: '@payloadcms/plugin-mcp',
70
+ sanitizedOptions: pluginConfig,
71
+ })
72
+ payload.config.plugins ??= []
73
+ payload.config.plugins.push(fallbackPlugin)
74
+ }
75
+
76
+ const overrideAccessEnv = process.env.PAYLOAD_MCP_OVERRIDE_ACCESS
77
+ let overrideAccess = false
78
+
79
+ if (overrideAccessEnv === 'true') {
80
+ overrideAccess = true
81
+ } else if (overrideAccessEnv && overrideAccessEnv !== 'false') {
82
+ throw new Error('PAYLOAD_MCP_OVERRIDE_ACCESS must be "true" or "false".')
83
+ }
84
+
85
+ if (overrideAccess && process.env.NODE_ENV !== 'development') {
86
+ throw new Error('PAYLOAD_MCP_OVERRIDE_ACCESS is only available in development.')
87
+ }
88
+
89
+ const headers = new Headers()
90
+ if (process.env.PAYLOAD_MCP_AUTHORIZATION) {
91
+ headers.set('Authorization', process.env.PAYLOAD_MCP_AUTHORIZATION)
92
+ }
93
+
94
+ const req = await createLocalReq({ req: { headers } }, payload)
95
+ req.payloadAPI = 'MCP' as const
96
+ const authorizedMCP = await getAuthorizedMCP({ overrideAccess, req })
97
+
98
+ const stdioServer = serveStdio(() => buildMcpServer({ authorizedMCP, pluginConfig, req }), {
99
+ onerror: (err) => {
100
+ // MCP messages use stdout, so write SDK errors to stderr.
101
+ console.error('[payload-mcp] error serving MCP over stdio:', err)
102
+ },
103
+ })
104
+
105
+ // Close the MCP server and Payload when the client disconnects or the process stops.
106
+ let isShuttingDown = false
107
+ const shutdown = async () => {
108
+ if (isShuttingDown) {
109
+ return
110
+ }
111
+ isShuttingDown = true
112
+
113
+ try {
114
+ await stdioServer.close()
115
+ } catch (err) {
116
+ console.error('[payload-mcp] error closing server:', err)
117
+ }
118
+
119
+ try {
120
+ await payload.destroy()
121
+ } catch (err) {
122
+ console.error('[payload-mcp] error destroying payload:', err)
123
+ }
124
+
125
+ process.exit(0)
126
+ }
127
+
128
+ process.once('SIGINT', () => void shutdown())
129
+ process.once('SIGTERM', () => void shutdown())
130
+ process.stdin.once('close', () => void shutdown())
131
+ }