Releases: CLoaKY233/MIST
v0.2.0
Release Summary for v0.2.0
I am excited to announce the release of MIST v0.2.0, a significant milestone in enhancing the capabilities of the Model Intelligence System for Tasks. This release introduces robust Git Integration features, enabling seamless interaction with Git repositories, alongside various documentation improvements and optimization of the overall system.
Key Highlights:
- Git Integration: Perform advanced Git operations, including repository status checks, diffs, commits, branching, stashing, tagging, blame tracking, and more. This robust feature set bridges the gap between AI assistants and version control workflows.
- Enhanced Documentation: Comprehensive updates to the README, configuration guides, and troubleshooting documents to provide clear instructions and examples for Git integration and other features.
- Improved Environment Setup: Simplified
.envconfiguration process with additional debugging support and guidance for new users. - Streamlined Dependencies: Optimized the project dependencies by adding
GitPythonfor Git operations and removing unnecessary packages, ensuring a leaner and more efficient system.
Upgrade Notes:
To upgrade to v0.2.0, please follow these steps:
- Install the updated dependencies:
uv install --upgrade
- Update your
.envfile with additional configurations as outlined in the updated documentation. - Refer to the Git API documentation for details on utilizing the new Git features.
This release reflects my commitment to empowering AI assistants with real-world capabilities, expanding MIST’s potential to manage and interact with a wide range of tools and workflows.
I look forward to your feedback and contributions as you explore the new features in MIST v0.2.0. Thank you for being an integral part of this journey!
MIST v0.1.0: Enhanced Code Quality & MCP Integration
MIST v0.1.1
We're releasing MIST v0.1.1 to address an important bug discovered in v0.1.0. This version maintains all the improvements introduced in v0.1.0 while ensuring a more stable experience.
Bug Fix
- [Bug Description]: Fixed an issue where mcp crashes on claude desktop due to ruff and file structure
What is MIST?
MIST (Model Intelligence System for Tasks) is a comprehensive MCP server that empowers AI assistants with real-world capabilities for managing notes, emails, calendars, and tasks. It serves as a bridge between AI assistants and your personal productivity stack.
Improvements from v0.1.0
Code Quality Enhancements
- Codebase Cleanup: Removed redundant comments throughout the codebase while preserving essential documentation
- Improved Readability: Enhanced code structure and documentation clarity
- Professional Documentation: Ensured all API interfaces have clear and consistent documentation
MCP Integration
- Client Compatibility: Verified compatibility with Claude Desktop and Zed Editor
- Protocol Implementation: Refined MCP server implementation for more reliable tool operations
- Resource Endpoints: Optimized resource path handling for Gmail, Calendar, and Tasks
API & Integration Improvements
- Google API Integration: Enhanced reliability of Google service authentication
- Notes Management: Improved note organization and tagging functionality
- Calendar Tools: Refined event creation and management capabilities
- Tasks Tools: Enhanced task list management and completion tracking
Documentation
Comprehensive documentation is available in the config_docs directory and README.md file, including:
- API Reference
- Google API Authentication Guide
- Configuration Templates
- Environment Setup Instructions
- Troubleshooting Guidelines
Getting Started
- Clone the repository
- Install dependencies with UV:
uv install - Configure your environment variables
- Run the server:
uv run --with mcp[cli] --with-editable . mcp run mist/server.py
For detailed setup instructions, see the README.md file.
Compatibility
- Python 3.13+
- Claude Desktop
- Zed Editor
- Other MCP-compatible clients
Feedback and Contributions
We appreciate your feedback and contributions! Please submit issues and pull requests on GitHub.
~ CLoaKY
Full Changelog: v0.1.0...v0.1.1
MIST v0.1.0: Enhanced Code Quality & MCP Integration
What's Changed
- Google tasks integration by @CLoaKY233 in #1
- Notion Integration (partially working) (claude tested) by @CLoaKY233 in #2
- Google calendar integration and Remove Notion by @CLoaKY233 in #3
- Docs update by @CLoaKY233 in #4
- Docs update by @CLoaKY233 in #5
Full Changelog: https://github.com/CLoaKY233/MIST/commits/v0.1.0