Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datastax/astra-db-mcp",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"type": "module",
"main": "./build/index.js",
Expand Down Expand Up @@ -36,4 +36,4 @@
"vitest": "^1.6.1"
},
"license": "Apache-2.0"
}
}