This commit is contained in:
nasir@endelospay.com
2025-07-22 05:20:31 +05:00
parent 47e3c98b65
commit 3948ef55f8
5 changed files with 772 additions and 88 deletions

View File

@@ -6,17 +6,13 @@
"main": "index.js",
"scripts": {
"start": "node http-tools-server.js",
"start:stdio": "node index.js",
"start:http": "node http-tools-server.js",
"start:both": "node http-tools-server.js",
"dev": "node --watch http-tools-server.js",
"dev:stdio": "node --watch index.js",
"dev:http": "node --watch http-tools-server.js",
"test": "node run-tests-simple.js all",
"test:quick": "node run-tests-simple.js quick",
"test:coverage": "node run-tests-simple.js coverage",
"test:watch": "node run-tests-simple.js all --watch",
"test:public": "node run-tests-simple.js suite public",
"test:provider": "node run-tests-simple.js suite provider",
"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"
"dev:both": "node --watch http-tools-server.js"
},
"keywords": [
"mcp",