π 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
@latestsyntax - β 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@latestCompatible 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.