praglife-form-builder-mcp 1.0.0 → 1.0.1
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 +3 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,12 +5,12 @@ A Model Context Protocol (MCP) server for building healthcare forms with validat
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx
|
|
8
|
+
npx praglife-form-builder-mcp
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Or install globally:
|
|
12
12
|
```bash
|
|
13
|
-
npm install -g
|
|
13
|
+
npm install -g praglife-form-builder-mcp
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Configuration
|
|
@@ -21,7 +21,7 @@ Add to your MCP config:
|
|
|
21
21
|
{
|
|
22
22
|
"praglife-form-builder": {
|
|
23
23
|
"command": "npx",
|
|
24
|
-
"args": ["-y", "
|
|
24
|
+
"args": ["-y", "praglife-form-builder-mcp"],
|
|
25
25
|
"disabled": false
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -35,15 +35,6 @@ Add to your MCP config:
|
|
|
35
35
|
- Field type validation
|
|
36
36
|
- Healthcare-specific components
|
|
37
37
|
|
|
38
|
-
## Development
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
# Build for all platforms
|
|
42
|
-
npm run build
|
|
43
|
-
|
|
44
|
-
# Publish to npm
|
|
45
|
-
npm publish
|
|
46
|
-
```
|
|
47
38
|
|
|
48
39
|
## Requirements
|
|
49
40
|
|