From 9ee9538c10e5e818ef856d299dd5928057491502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:24:16 +0000 Subject: [PATCH] chore(deps): bump @modelcontextprotocol/sdk in /src/postgres Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.0.1 to 1.25.1. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.0.1...1.25.1) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/postgres/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postgres/package.json b/src/postgres/package.json index 70fa0dbd0e..b3ee06f61c 100644 --- a/src/postgres/package.json +++ b/src/postgres/package.json @@ -19,7 +19,7 @@ "watch": "tsc --watch" }, "dependencies": { - "@modelcontextprotocol/sdk": "1.0.1", + "@modelcontextprotocol/sdk": "1.25.1", "pg": "^8.13.0" }, "devDependencies": {