praglife-form-builder-mcp 1.0.2 → 1.0.4

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -39,7 +39,6 @@ Add to your MCP config:
39
39
  ## Requirements
40
40
 
41
41
  - Node.js >= 14.0.0
42
- - No Docker required!
43
42
 
44
43
  ## License
45
44
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "praglife-form-builder-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "PragLife Form Builder MCP Server",
5
+ "readme": "README.md",
5
6
  "main": "index.js",
6
7
  "bin": {
7
8
  "form-builder-mcp": "index.js"
@@ -25,10 +26,6 @@
25
26
  ],
26
27
  "author": "PragLife",
27
28
  "license": "MIT",
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/praglife/praglife-backend.git"
31
- },
32
29
  "engines": {
33
30
  "node": ">=14.0.0"
34
31
  }