@govcraft/payload-cms-mcp 1.0.1 → 1.0.2
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govcraft/payload-cms-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Payload MCP Server - A Model Context Protocol server for Payload CMS 3.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -21,9 +21,8 @@
|
|
|
21
21
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
22
22
|
"stdio": "tsx src/index.ts --stdio-only",
|
|
23
23
|
"generate-tools": "tsx src/generate-tools.ts",
|
|
24
|
-
"prepare": "pnpm
|
|
25
|
-
"prepublishOnly": "pnpm build"
|
|
26
|
-
"postinstall": "pnpm generate-tools && pnpm run copy-tools"
|
|
24
|
+
"prepare": "pnpm build",
|
|
25
|
+
"prepublishOnly": "pnpm build"
|
|
27
26
|
},
|
|
28
27
|
"keywords": [
|
|
29
28
|
"payload",
|