# Stata MCP Extension v0.2.5
## What's New
- **Archive Folder Management**: Improved repository organization by removing archive folder from version control
- **Enhanced Logging**: Better log file management and debugging capabilities
- **Performance Improvements**: Optimized extension startup and server communication
- **Bug Fixes**: Various stability improvements and issue resolutions
- **Documentation Updates**: Refined README and configuration guidance
## Previous Releases
### v0.2.4
- **Stata Edition Selection**: Users can now choose between Stata MP, SE, and BE editions through the `stata-vscode.stataEdition` setting
- **Enhanced User Control**: More flexibility for environments with multiple Stata editions installed
- **Improved Documentation**: Added guidance for edition-specific configurations and troubleshooting
- **Better User Experience**: Simplified workflow for users with specific Stata edition requirements
## Installation
Download the latest release package (`stata-mcp-0.2.5.vsix`) and install it via:
```bash
code --install-extension path/to/stata-mcp-0.2.5.vsix
```
Or through your IDE's Extensions view > ... menu > "Install from VSIX..."
For Cursor:
```bash
cursor --install-extension path/to/stata-mcp-0.2.5.vsix
```
For Antigravity:
```bash
antigravity --install-extension path/to/stata-mcp-0.2.5.vsix
```
## Documentation
Full documentation is available in the [README.md](https://github.com/hanlulong/stata-mcp/blob/main/README.md) file.