RELEASE_NOTES_v1.2.1.md•911 B
# Release v1.2.1
## 🆕 What's New
### Added Documentation
- **modus-wc-utility-panel.md** - Complete documentation for the Modus utility panel component
- New utility panel component is now available through the MCP server
## 📦 Changes
- Added `modus-wc-utility-panel.md` to the component files list in `download-docs.js`
- Updated package version to 1.2.1
## 🚀 Installation
**Option 1: NPX (Recommended - No Installation)**
```json
{
  "mcpServers": {
    "modus-docs": {
      "command": "npx",
      "args": ["-y", "@julianoczkowski/mcp-modus"]
    }
  }
}
```
**Option 2: Global Install**
```bash
npm install -g @julianoczkowski/mcp-modus
```
## 📊 Package Stats
- **Version**: 1.2.1
- **Total Components**: 44 (was 43)
- **Total Files**: 55 (was 54)
- **Tools**: 10 MCP tools across 3 categories
This is a patch release that adds support for the new utility panel component documentation.