Update project configuration: rename package, enhance description, and update SDK imports to specific versions. Remove unused test utilities.

This commit is contained in:
Minoru Mizutani 2025-04-29 13:48:59 +09:00
parent 4522dc41a6
commit ff8e92bc0c
No known key found for this signature in database
8 changed files with 22 additions and 52 deletions

3
deno.lock generated
View file

@ -2,6 +2,7 @@
"version": "4",
"specifiers": {
"npm:@modelcontextprotocol/sdk@*": "1.10.2_express@5.1.0_zod@3.24.3",
"npm:@modelcontextprotocol/sdk@1.10.2": "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",
@ -1408,7 +1409,7 @@
},
"workspace": {
"dependencies": [
"npm:@modelcontextprotocol/sdk@*"
"npm:@modelcontextprotocol/sdk@1.10.2"
]
}
}