This commit is contained in:
nasir@endelospay.com
2025-07-22 02:11:38 +05:00
parent 21a43edf55
commit dce9687538
3 changed files with 3 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ A comprehensive Model Context Protocol (MCP) server that acts as a proxy/router
1. **Clone or extract the server directory**: 1. **Clone or extract the server directory**:
```bash ```bash
cd laravel-healthcare-mcp-server
``` ```
2. **Install dependencies**: 2. **Install dependencies**:
@@ -112,19 +112,12 @@ ENABLE_DETAILED_ERRORS=false
npm start npm start
# HTTP Server (full features with MCP tools) # HTTP Server (full features with MCP tools)
npm run start:http npm run start
# HTTP Server (simple version with startup banner)
npm run start:http-simple
# Both MCP and HTTP servers simultaneously # Both MCP and HTTP servers simultaneously
npm run start:both npm run start:both
# Development mode with auto-restart
npm run dev # MCP server only
npm run dev:http # HTTP server only
npm run dev:http-simple # Simple HTTP server only
npm run dev:both # Both servers
``` ```
### Server URLs ### Server URLs

14
package-lock.json generated
View File

@@ -2592,20 +2592,6 @@
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
"dev": true "dev": true
}, },
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": { "node_modules/function-bind": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",

View File

@@ -16,7 +16,7 @@
"test:patient": "node run-tests-simple.js suite patient", "test:patient": "node run-tests-simple.js suite patient",
"test:business": "node run-tests-simple.js suite business", "test:business": "node run-tests-simple.js suite business",
"test:healthcare": "node run-tests-simple.js suite healthcare", "test:healthcare": "node run-tests-simple.js suite healthcare",
"test:errors": "node run-tests-simple.js suite errors", "test:errors": "node run-tests-simple.js suite errors"
}, },
"keywords": [ "keywords": [
"mcp", "mcp",