Merge branch 'main' into github

This commit is contained in:
Elie Schoppik
2024-11-20 15:24:14 -05:00
committed by GitHub
2 changed files with 13 additions and 2 deletions

13
package-lock.json generated
View File

@@ -2978,7 +2978,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"@modelcontextprotocol/sdk": "0.6.0",
"pg": "^8.13.0"
},
"bin": {
@@ -2990,6 +2990,17 @@
"typescript": "^5.6.2"
}
},
"src/postgres/node_modules/@modelcontextprotocol/sdk": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-0.6.0.tgz",
"integrity": "sha512-9rsDudGhDtMbvxohPoMMyAUOmEzQsOK+XFchh6gZGqo8sx9sBuZQs+CUttXqa8RZXKDaJRCN2tUtgGof7jRkkw==",
"license": "MIT",
"dependencies": {
"content-type": "^1.0.5",
"raw-body": "^3.0.0",
"zod": "^3.23.8"
}
},
"src/puppeteer": {
"name": "@modelcontextprotocol/server-puppeteer",
"version": "0.1.0",

View File

@@ -19,7 +19,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.2",
"@modelcontextprotocol/sdk": "0.6.0",
"pg": "^8.13.0"
},
"devDependencies": {