Releases: rosch100/mcp-encrypted-sqlite
Releases · rosch100/mcp-encrypted-sqlite
v0.4.1
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
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
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
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
- Docker image builds successfully
- Workflow waits for Docker image to be available
- Publishes to MCP Registry successfully
- 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