Update project configuration: rename package, enhance description, and update SDK imports to specific versions. Remove unused test utilities.
This commit is contained in:
parent
4522dc41a6
commit
ff8e92bc0c
8 changed files with 22 additions and 52 deletions
3
deno.lock
generated
3
deno.lock
generated
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue