From dce9687538d54b57623994e350e40dc5580af315 Mon Sep 17 00:00:00 2001 From: "nasir@endelospay.com" Date: Tue, 22 Jul 2025 02:11:38 +0500 Subject: [PATCH] fix --- README.md | 11 ++--------- package-lock.json | 14 -------------- package.json | 2 +- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1694380..487e5a0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A comprehensive Model Context Protocol (MCP) server that acts as a proxy/router 1. **Clone or extract the server directory**: ```bash - cd laravel-healthcare-mcp-server + ``` 2. **Install dependencies**: @@ -112,19 +112,12 @@ ENABLE_DETAILED_ERRORS=false npm start # 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 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 diff --git a/package-lock.json b/package-lock.json index 1bc9094..63637d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2592,20 +2592,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "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": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/package.json b/package.json index f442c6d..78d0471 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:patient": "node run-tests-simple.js suite patient", "test:business": "node run-tests-simple.js suite business", "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": [ "mcp",