Reorganize files and add some tests

This commit is contained in:
Ola Hungerford
2025-03-28 19:40:51 -07:00
parent 9bd93fcb93
commit af3765aa28
11 changed files with 4635 additions and 632 deletions

View File

@@ -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": "*",