Skip to content

v0.1.3: Simplified version management

Latest

Choose a tag to compare

@Shanko-26 Shanko-26 released this 25 Jul 06:06

πŸš€ Simplified Version Management

βœ… @latest Syntax

No more manual updates! Configure your IDE once and always get the newest version:

{
  "mcpServers": {
    "mdf": {
      "command": "uvx",
      "args": ["mcp-server-mdf@latest"]
    }
  }
}

πŸ” Version Checking

New --version flag for easy version verification:

uvx mcp-server-mdf@latest --version
# Output: mcp-server-mdf 0.1.3

πŸ“š Updated Documentation

  • βœ… All configuration examples now use @latest syntax
  • βœ… Removed complex manual update instructions
  • βœ… Clear benefits explained: always current, no maintenance needed

🎯 Benefits

  • Always current: Automatically gets newest features and fixes
  • Zero maintenance: No need to manually check for updates
  • Fresh environment: Each run gets clean package installation
  • Version visibility: Easy to check what version you're using

πŸ“‹ Migration Guide

Current users: Update your IDE configuration to use @latest:

Before:

"args": ["mcp-server-mdf"]

After:

"args": ["mcp-server-mdf@latest"]

Then restart your IDE - you'll always have the latest version!

πŸš€ Installation

uvx mcp-server-mdf@latest

Compatible IDEs: VS Code (Continue.dev), Cursor, Windsurf, and other MCP-enabled environments.


This release eliminates the complexity of version management while ensuring users always benefit from the latest improvements and bug fixes.