fix
This commit is contained in:
16
package.json
16
package.json
@@ -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",
|
||||
|
Reference in New Issue
Block a user