Release v1.2.0
MCP Modus v1.2.0
🚀 Major Feature Release
This release significantly expands MCP Modus with comprehensive design rules and setup guides, bringing the total to 10 MCP tools across 54 documentation files.
✨ New Features
- 📚 Enhanced Component Support: All 43 Modus Web Components with complete API documentation
- 🎨 Design Rules Tools (3 new):
get_design_rules(category)- Access color palettes, icon guidelines, spacing systems, typography rules, breakpoints, and radius/stroke guidelinessearch_design_rules(query)- Search across all design rules by keywordlist_design_categories()- Browse all 6 design rule categories
- ⚙️ Setup & Development Tools (3 new):
get_setup_guide(type)- Step-by-step setup for HTML and React projectsget_theme_usage()- Theme implementation and customization guidelinesget_development_rules()- Universal development best practices and testing guidelines
📖 Documentation Coverage
- 43 Component files - Complete API references for all Modus Web Components
- 6 Design rule files - Colors, icons, spacing, typography, breakpoints, radius/stroke
- 5 Setup guide files - HTML setup, React setup, theme usage, testing, universal rules
- Total: 54 files providing comprehensive Modus development support
🛠️ Installation Options
Option 1: NPX (Recommended - No Installation)
{
"mcpServers": {
"modus-docs": {
"command": "npx",
"args": ["-y", "@julianoczkowski/mcp-modus"]
}
}
}Option 2: Global Install
npm install -g @julianoczkowski/mcp-modus🏗️ Technical Improvements
- Enhanced download system - Fetches from 3 GitHub repositories automatically
- Improved architecture - Better organization with 3 data arrays (docs, rules, setup)
- Simplified README - Clear setup instructions for all IDEs
- Better error handling - User-friendly messages and validation
- Updated documentation - Comprehensive architecture guide with cleaner formatting
📊 Package Stats
- Size: ~80 KB compressed, ~350 KB unpacked
- Tools: 10 MCP tools across 3 categories
- Files: 54 documentation files
- Support: Claude Desktop, Cursor IDE, VS Code (with Continue)
🎯 Perfect for Developers Using Modus Web Components
Ask your AI assistant questions like:
- "What are the Modus color guidelines?"
- "How do I set up a React project with Modus components?"
- "Show me all available Modus icons"
- "What spacing values should I use?"
- "Which components have a disabled attribute?"
Full Changelog: v1.1.0...v1.2.0