Fix tests

This commit is contained in:
Minoru Mizutani 2025-04-29 10:11:22 +09:00
parent d448111da5
commit 43ca6dcf07
No known key found for this signature in database
6 changed files with 214 additions and 185 deletions

View file

@ -23,15 +23,16 @@
"test:coverage": "deno test --coverage=coverage --allow-net --allow-env --allow-read --allow-run --allow-sys tests/ && deno coverage coverage"
},
"imports": {
"std/": "https://deno.land/std@0.220.0/",
"node/": "https://deno.land/std@0.220.0/node/",
"std/": "https://deno.land/std@0.224.0/",
"node/": "https://deno.land/std@0.224.0/node/",
"@modelcontextprotocol/sdk/": "npm:@modelcontextprotocol/sdk/"
},
"compilerOptions": {
"strict": true,
"lib": [
"ES2022",
"DOM"
"DOM",
"deno.ns"
]
}
}