Add test coverage

This commit is contained in:
Minoru Mizutani 2025-04-29 13:31:22 +09:00
parent f3a59f6eae
commit 4907f8d895
No known key found for this signature in database
3 changed files with 174 additions and 16 deletions

19
deno.lock generated
View file

@ -4,8 +4,10 @@
"npm:@modelcontextprotocol/sdk@*": "1.10.2_express@5.1.0_zod@3.24.3",
"npm:@modelcontextprotocol/sdk@^1.9.0": "1.10.2_express@5.1.0_zod@3.24.3",
"npm:@types/express@5": "5.0.1",
"npm:@types/node@*": "22.12.0",
"npm:@types/node@^22.13.10": "22.15.2",
"npm:@types/react@^19.0.12": "19.1.2",
"npm:express@*": "4.21.2",
"npm:express@^4.21.2": "4.21.2",
"npm:open@^10.1.0": "10.1.1",
"npm:prettier@^3.5.3": "3.5.3",
@ -1407,21 +1409,6 @@
"workspace": {
"dependencies": [
"npm:@modelcontextprotocol/sdk@*"
],
"packageJson": {
"dependencies": [
"npm:@modelcontextprotocol/sdk@^1.9.0",
"npm:@types/express@5",
"npm:@types/node@^22.13.10",
"npm:@types/react@^19.0.12",
"npm:express@^4.21.2",
"npm:open@^10.1.0",
"npm:prettier@^3.5.3",
"npm:react@19",
"npm:tsup@^8.4.0",
"npm:tsx@^4.19.3",
"npm:typescript@^5.8.2"
]
}
]
}
}