Version bump MCP SDK to latest

This commit is contained in:
Anaïs Betts
2024-11-26 16:57:10 +01:00
parent ca8db1f417
commit 6b674b0827
3 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
"preview": "vite preview"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.7.0",
"@modelcontextprotocol/sdk": "^1.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",

10
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "0.7.0",
"@modelcontextprotocol/sdk": "^1.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
@@ -1203,9 +1203,9 @@
"link": true
},
"node_modules/@modelcontextprotocol/sdk": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-0.7.0.tgz",
"integrity": "sha512-YlnQf8//eDHClUM607vb/6+GHmCdMnIfOkN2pcpexN4go9sYHm2JfNnqc5ILS7M8enUlwe9dQO9886l3NO3rUw==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.0.1.tgz",
"integrity": "sha512-slLdFaxQJ9AlRg+hw28iiTtGvShAOgOKXcD0F91nUcRYiOMuS9ZBYjcdNZRXW9G5JQ511GRTdUy1zQVZDpJ+4w==",
"license": "MIT",
"dependencies": {
"content-type": "^1.0.5",
@@ -6929,7 +6929,7 @@
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "0.7.0",
"@modelcontextprotocol/sdk": "^1.0.1",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.21.0",

View File

@@ -27,7 +27,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.7.0",
"@modelcontextprotocol/sdk": "^1.0.1",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.21.0",