mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:03:26 +02:00
Reorganize files and add some tests
This commit is contained in:
@@ -16,7 +16,14 @@
|
||||
"build": "npm run build --workspaces",
|
||||
"watch": "npm run watch --workspaces",
|
||||
"publish-all": "npm publish --workspaces --access public",
|
||||
"link-all": "npm link --workspaces"
|
||||
"link-all": "npm link --workspaces",
|
||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.1.2",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@jest/globals": "^29.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/server-everything": "*",
|
||||
|
||||
Reference in New Issue
Block a user