From c4c55361f7ffce930ad2585147c7365090735faa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 10 Oct 2025 13:59:38 +0000 Subject: [PATCH 1/2] chore(release): bump tag version to 1.3.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc32b1d..a747b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-mcp", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-mcp", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@datastax/astra-db-ts": "^1.5.0", diff --git a/package.json b/package.json index 651cadd..8896f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-mcp", - "version": "1.2.0", + "version": "1.3.0", "description": "", "type": "module", "main": "./build/index.js", @@ -36,4 +36,4 @@ "vitest": "^1.6.1" }, "license": "Apache-2.0" -} \ No newline at end of file +} From a82270de445b4f9e29b07db84434682ee51b7763 Mon Sep 17 00:00:00 2001 From: msmygit <19366623+msmygit@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:59:48 +0000 Subject: [PATCH 2/2] chore(release): Bump tag version and update changelog --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475f2a6..b8bc94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,33 @@ ## [Unreleased](https://github.com/datastax/astra-db-mcp/tree/HEAD) -[Full Changelog](https://github.com/datastax/astra-db-mcp/compare/v1.1.0...HEAD) +[Full Changelog](https://github.com/datastax/astra-db-mcp/compare/v1.2.0...HEAD) **Implemented enhancements:** -- A bunch of GHA workflows,scripts to automate [\#9](https://github.com/datastax/astra-db-mcp/pull/9) ([msmygit](https://github.com/msmygit)) -- Created Estimated Document Count Tool [\#8](https://github.com/datastax/astra-db-mcp/pull/8) ([shiragannavar](https://github.com/shiragannavar)) +- Enhancements and Test fixes [\#27](https://github.com/datastax/astra-db-mcp/pull/27) ([msmygit](https://github.com/msmygit)) + +**Merged pull requests:** + +- Bump the github-actions group across 1 directory with 2 updates [\#26](https://github.com/datastax/astra-db-mcp/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Fix to prompt injection via mcp calls [\#20](https://github.com/datastax/astra-db-mcp/pull/20) ([msmygit](https://github.com/msmygit)) +- feat - tests + evals [\#17](https://github.com/datastax/astra-db-mcp/pull/17) ([mclenhard](https://github.com/mclenhard)) +- Add MseeP.ai badge to README [\#16](https://github.com/datastax/astra-db-mcp/pull/16) ([lwsinclair](https://github.com/lwsinclair)) +- allow configurable keyspace [\#15](https://github.com/datastax/astra-db-mcp/pull/15) ([mieslep](https://github.com/mieslep)) +- Add a Dockerfile to run with Docker [\#14](https://github.com/datastax/astra-db-mcp/pull/14) ([dgageot](https://github.com/dgageot)) -**Closed issues:** +## [v1.2.0](https://github.com/datastax/astra-db-mcp/tree/v1.2.0) (2025-04-03) -- Claude desktop app URL changed [\#2](https://github.com/datastax/astra-db-mcp/issues/2) +[Full Changelog](https://github.com/datastax/astra-db-mcp/compare/v1.1.0...v1.2.0) + +**Implemented enhancements:** + +- A bunch of GHA workflows,scripts to automate [\#9](https://github.com/datastax/astra-db-mcp/pull/9) ([msmygit](https://github.com/msmygit)) +- Created Estimated Document Count Tool [\#8](https://github.com/datastax/astra-db-mcp/pull/8) ([shiragannavar](https://github.com/shiragannavar)) **Merged pull requests:** +- chore\(release\): Bump tag version and update changelog [\#13](https://github.com/datastax/astra-db-mcp/pull/13) ([github-actions[bot]](https://github.com/apps/github-actions)) - Bump esbuild from 0.21.5 to 0.25.2 [\#10](https://github.com/datastax/astra-db-mcp/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot)) - Adds glama.json file to allow us to claim the server on Glama [\#6](https://github.com/datastax/astra-db-mcp/pull/6) ([philnash](https://github.com/philnash)) - add instructions for PowerShell and more details on Cursor [\#5](https://github.com/datastax/astra-db-mcp/pull/5) ([mieslep](https://github.com/mieslep))