Skip to content

Releases: rosch100/mcp-encrypted-sqlite

v0.4.1

30 Nov 17:03

Choose a tag to compare

Version 0.4.1 release

Improvements

  • Simplified README.md for better cursor.store compatibility
    • Removed HTML tags
    • Converted bash code blocks to inline code
    • Kept JSON code blocks for configuration examples
  • Fixed Buy Me A Coffee button using Markdown image syntax
  • Improved installation instructions formatting

v0.4.0

30 Nov 16:21

Choose a tag to compare

Version 0.4.0 release

Workflow Improvements

  • Reorganized workflow execution order
  • sync-versions now runs before release creation
  • Docker Build optimized to prevent duplicate builds
  • Improved version synchronization
  • Fixed workflow syntax errors
  • Better handling of skipped workflow states

v0.3.2 - MCP Response Format Fix

29 Nov 17:42

Choose a tag to compare

MCP Response Format Fix

Fixed

  • MCP Response Format: All tools now use consistent MCP format with content array
    • Tools affected: execute_sql, get_table_data, get_table_schema, list_indexes, insert_or_update, delete_rows
    • Response format: {content: [{type: "text", text: "..."}]}
    • Fixes issue where tools did not work correctly in Cursor

Changed

  • Documentation: Clarified workflow names to distinguish Java build from Docker build
    • Renamed 'Build and Test' to 'Java Build and Test'
    • Renamed 'Build and Push Docker Image' to 'Docker Build and Push'

v0.3.1 - Test All Workflow Fixes

18 Nov 08:56

Choose a tag to compare

Test Release

This release tests all workflow fixes:

Fixes Included

  • ✅ Added issues:write permission to publish workflow
  • ✅ Fixed JavaScript template string syntax error
  • ✅ Added Docker image wait step before publishing
  • ✅ Fixed description length validation (100 char limit)

Expected Behavior

  1. Docker image builds successfully
  2. Workflow waits for Docker image to be available
  3. Publishes to MCP Registry successfully
  4. Creates GitHub Issue automatically on success

Version Updates

  • build.gradle: 0.3.0 → 0.3.1
  • server.json: 0.3.0 → 0.3.1
  • McpServer.java: 0.3.0 → 0.3.1