Skip to content

Releases: Couchbase-Ecosystem/mcp-server-couchbase

v0.5.3

10 Dec 15:08
4565eab

Choose a tag to compare

What's Changed

  • Query Performance Analysis Tools (7 tools)

  • | Tool | Description |
    |------|-------------|
    | get_longest_running_queries | Get top N longest running queries by average service time |
    | get_most_frequent_queries | Get top N most frequently executed queries |
    | get_queries_with_largest_response_sizes | Find queries with the largest average response sizes (bytes/KB/MB) |
    | get_queries_with_large_result_count | Find queries returning the most documents on average |
    | get_queries_using_primary_index | Identify queries using primary indexes (performance anti-pattern) |
    | get_queries_not_using_covering_index | Find queries requiring document fetches after index scans |
    | get_queries_not_selective | Detect queries where index scans return significantly more documents than needed |

  • This release cover comprehensive testing strategy:

  • Tools independently - Integration tests for each tool
  • Utilities - Unit tests for index_utils, constants, config, connection, context
  • Configuration - Settings and validation testing
  • MCP server integration - Protocol compliance, tool registration
  • Tool loading - Verification that all expected tools are registered
  • Demo cluster invocation - Live cluster testing support

Full Changelog: v0.5.2...v0.5.3

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

13 Nov 15:11
5aa2c1a

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.2rc6

12 Nov 16:41
8e3a7b9

Choose a tag to compare

v0.5.2rc6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.2rc5...v0.5.2rc6

v0.5.2rc5

12 Nov 16:16
38182bb

Choose a tag to compare

v0.5.2rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.2rc4...v0.5.2rc5

v0.5.2rc4

12 Nov 16:03
570837c

Choose a tag to compare

v0.5.2rc4 Pre-release
Pre-release

What's Changed

  • Enhance Docker workflow for version tagging in GitHub Actions. by @nithishr in #78

Full Changelog: v0.5.2rc3...v0.5.2rc4

v0.5.2rc3

12 Nov 15:42
2769344

Choose a tag to compare

v0.5.2rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.2rc2...v0.5.2rc3

v0.5.2rc2

12 Nov 15:31
8390393

Choose a tag to compare

v0.5.2rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.2rc1...v0.5.2rc2

v0.5.2rc1

12 Nov 15:13
4185553

Choose a tag to compare

v0.5.2rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.1...v0.5.2rc1

v0.5.1

03 Nov 18:55
4a54048

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 Sep 18:33
54df571

Choose a tag to compare

What's Changed

  • Support multiple buckets by @nithishr in #47

    Note: The option to specify the bucket name to use with the MCP server is removed in this release. Instead, all the buckets linked to the credentials can be accessed by the MCP server.

  • Add support for mTLS & certificates by @nithishr in #51
  • MCP Trust Score by @Matvey-Kuk in #46
  • Sending alerts on devex_alerts channel by @giriraj-singh-couchbase in #48
  • Added support to alert when PR is generated from forked repos also by @giriraj-singh-couchbase in #49
  • Update GitHub Actions workflow to improve PR alert conditions by @nithishr in #53
  • Release - Version 0.5.0 by @nithishr in #54
  • Enhance Docker.md with new features and updated environment variable … by @nithishr in #55

New Contributors

Full Changelog: v0.4.0...v0.5.0