Releases: FalkorDB/FalkorDB-MCPServer
Releases · FalkorDB/FalkorDB-MCPServer
v1.2.2
What's Changed
- build(deps): Bump hono from 4.12.1 to 4.12.9 by @dependabot[bot] in #88
- build(deps-dev): Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #87
- build(deps): Bump falkordb from 6.6.0 to 6.6.2 in the npm-minor-patch group across 1 directory by @dependabot[bot] in #86
- build(deps-dev): Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #84
- ci(workflows): pin GitHub Actions dependencies to commit SHAs by @gkorland in #90
- build(deps-dev): Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #91
- build(deps): Bump hono from 4.12.9 to 4.12.14 by @dependabot[bot] in #100
- build(deps): Bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #98
- build(deps): Bump path-to-regexp from 8.3.0 to 8.4.2 by @dependabot[bot] in #96
- build(deps): Bump @hono/node-server from 1.19.9 to 1.19.14 by @dependabot[bot] in #99
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #55
- build(deps): Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #54
- build(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #56
- build(deps-dev): Bump @types/node from 20.19.9 to 25.3.0 by @dependabot[bot] in #57
- build(deps): Bump dotenv from 17.2.1 to 17.3.1 by @dependabot[bot] in #58
- build(deps-dev): Bump typescript from 5.8.3 to 5.9.3 by @dependabot[bot] in #59
- build(deps): Bump falkordb from 6.3.0 to 6.6.0 by @dependabot[bot] in #60
- build(deps): Bump zod from 3.25.76 to 4.3.6 by @dependabot[bot] in #61
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- update deps by @gkorland in #50
- Enforcement of Strict Read-Only Policy by @claude in #26
- Configure Dependabot for npm and GitHub Actions by @gkorland in #53
- Add Docker publish workflow to CI/CD by @claude in #52
- Add a docker compose of FalkorDB and FalkorDB-MCPServer by @claude in #22
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Remove none FalkorDB commands by @claude in #46
- Add npx command-line usage examples to README by @claude in #44
- Add AGENTS.md and symlink CLAUDE.md to it by @gkorland in #47
- Don't send empty credentials to Redis/FalkorDB clients by @Copilot in #41
- Automate npm version from Git tag in publish workflow by @claude in #49
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #10
- Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #13
- Address PR review comments: fix concurrent init, improve error handling, add tests by @claude in #15
- Address PR review comments: sanitize query logging, fix MCP level mapping, clean up Redis client on retry, fix connection parser edge cases by @claude in #16
- Rebase from SecKatie/FalkorDB-MCPServer by @gkorland in #14
- Add badges and links to README by @gkorland in #20
- Bump hono from 4.11.8 to 4.12.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #19
- TypeScript Deep Recursion (TS2589) in MCP Registrations by @claude in #24
- Rename npm package to @falkordb/mcpserver by @Copilot in #37
- update version to 1.1.0 by @gkorland in #38
- Add GitHub Actions workflow for npm publishing by @gkorland in #39
New Contributors
- @dependabot[bot] made their first contribution in #10
- @claude made their first contribution in #15
- @Copilot made their first contribution in #37
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- First release of FalkorDB MCP server:
- GET /api/mcp/metadata: Get metadata about the FalkorDB instance and available capabilities
- POST /api/mcp/context: Execute queries against FalkorDB
- GET /api/mcp/health: Check server health
- GET /api/mcp/graphs: Returns the list of Graphs
New Contributors
Full Changelog: https://github.com/FalkorDB/FalkorDB-MCPServer/commits/v1.0.0