diff options
| author | anthony bushong <[email protected]> | 2025-08-07 10:58:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-07 17:58:44 +0000 |
| commit | a3351bc9854584d24eca24fe8bc5b867e1fe3b03 (patch) | |
| tree | 258d699f54902dff272ccfb4befb3c5920ff25a6 | |
| parent | 7596481a9d537715ce74309b2b3da85d192d059a (diff) | |
fix(tests): add missing deps in cli to fix sandbox runs (#5742)
| -rw-r--r-- | package-lock.json | 2 | ||||
| -rw-r--r-- | packages/cli/package.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 1e5e4211..e254cab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11681,6 +11681,7 @@ "@google/gemini-cli-core": "file:../core", "@google/genai": "1.9.0", "@iarna/toml": "^2.2.5", + "@modelcontextprotocol/sdk": "^1.15.1", "@types/update-notifier": "^6.0.8", "command-exists": "^1.2.9", "diff": "^7.0.0", @@ -11702,6 +11703,7 @@ "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", + "undici": "^7.10.0", "update-notifier": "^7.3.1", "yargs": "^17.7.2", "zod": "^3.23.8" diff --git a/packages/cli/package.json b/packages/cli/package.json index ca64f6f7..59d1cbf2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -31,6 +31,7 @@ "@google/gemini-cli-core": "file:../core", "@google/genai": "1.9.0", "@iarna/toml": "^2.2.5", + "@modelcontextprotocol/sdk": "^1.15.1", "@types/update-notifier": "^6.0.8", "command-exists": "^1.2.9", "diff": "^7.0.0", @@ -52,6 +53,7 @@ "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", + "undici": "^7.10.0", "update-notifier": "^7.3.1", "yargs": "^17.7.2", "zod": "^3.23.8" |
