✨ What's New
Security & Integrity
- Hash Verification: Added SHA256 and SHA512 checksum generation for release packages
- Package integrity can now be verified with
shasum -a 256 -c or shasum -a 512 -c
Code Quality
- English-Only Codebase: Removed all Chinese comments, replaced with English
- Cleaner Documentation: Streamlined README by removing unnecessary technical details
Release Process
- Enhanced release script with automatic hash generation
- Added verification commands in release output
- Improved package validation workflow
📦 Installation
npm install -g @tocharianou/mcp-server-kibana@0.7.3
🔐 Package Verification
# Download the release tarball
wget https://github.com/TocharianOU/mcp-server-kibana/releases/download/v0.7.3/mcp-server-kibana-v0.7.3.tar.gz
# Download checksums
wget https://github.com/TocharianOU/mcp-server-kibana/releases/download/v0.7.3/mcp-server-kibana-v0.7.3.tar.gz.sha256
wget https://github.com/TocharianOU/mcp-server-kibana/releases/download/v0.7.3/mcp-server-kibana-v0.7.3.tar.gz.sha512
# Verify package integrity
shasum -a 256 -c mcp-server-kibana-v0.7.3.tar.gz.sha256
shasum -a 512 -c mcp-server-kibana-v0.7.3.tar.gz.sha512
📋 Changes
- Add SHA256/SHA512 hash generation to release script
- Update version to 0.7.3 across all files
- Remove all Chinese comments (English only)
- Streamline README.md documentation
- Improve release process with checksum validation
🔗 Links