Releases: julianoczkowski/mcp-modus
Releases · julianoczkowski/mcp-modus
Release list
Release v2.0.0
MCP Modus v2.0.0
🔒 Security & Reliability Improvements
- Pre-bundled Documentation: All docs included with package - no runtime downloads
- Enhanced Security: Removed postinstall hooks for safer installation
- Offline Operation: Works completely offline after installation
- Verified Content: Documentation verified during CI/CD process
Features
- 📚 43 Modus Web Components documented with complete API references
- 🎨 6 Design Rule categories (colors, icons, spacing, typography, breakpoints, radius/stroke)
- ⚙️ 5 Setup guides (HTML, React, themes, testing, universal rules)
- 🔧 10 MCP tools for comprehensive development support
- 🖥️ Multi-IDE support (Claude Desktop, Cursor, VS Code)
- 📱 Secure offline operation with bundled documentation
Installation Options
Option 1: NPX (Recommended)
{
"mcpServers": {
"modus-docs": {
"command": "npx",
"args": ["-y", "@julianoczkowski/mcp-modus"]
}
}
}Option 2: Global Install
npm install -g @julianoczkowski/mcp-modusPackage Stats
- 54 total documentation files (43 components + 6 rules + 5 setup)
- ~80 KB compressed
- ~350 KB unpacked
- 10 MCP tools across 3 categories
Release v1.2.7
MCP Modus v1.2.7
🔒 Security & Reliability Improvements
- Pre-bundled Documentation: All docs included with package - no runtime downloads
- Enhanced Security: Removed postinstall hooks for safer installation
- Offline Operation: Works completely offline after installation
- Verified Content: Documentation verified during CI/CD process
Features
- 📚 43 Modus Web Components documented with complete API references
- 🎨 6 Design Rule categories (colors, icons, spacing, typography, breakpoints, radius/stroke)
- ⚙️ 5 Setup guides (HTML, React, themes, testing, universal rules)
- 🔧 10 MCP tools for comprehensive development support
- 🖥️ Multi-IDE support (Claude Desktop, Cursor, VS Code)
- 📱 Secure offline operation with bundled documentation
Installation Options
Option 1: NPX (Recommended)
{
"mcpServers": {
"modus-docs": {
"command": "npx",
"args": ["-y", "@julianoczkowski/mcp-modus"]
}
}
}Option 2: Global Install
npm install -g @julianoczkowski/mcp-modusPackage Stats
- 54 total documentation files (43 components + 6 rules + 5 setup)
- ~80 KB compressed
- ~350 KB unpacked
- 10 MCP tools across 3 categories
Release v1.2.4
MCP Modus v1.2.4
🔒 Security & Reliability Improvements
- Pre-bundled Documentation: All docs included with package - no runtime downloads
- Enhanced Security: Removed postinstall hooks for safer installation
- Offline Operation: Works completely offline after installation
- Verified Content: Documentation verified during CI/CD process
Features
- 📚 43 Modus Web Components documented with complete API references
- 🎨 6 Design Rule categories (colors, icons, spacing, typography, breakpoints, radius/stroke)
- ⚙️ 5 Setup guides (HTML, React, themes, testing, universal rules)
- 🔧 10 MCP tools for comprehensive development support
- 🖥️ Multi-IDE support (Claude Desktop, Cursor, VS Code)
- 📱 Secure offline operation with bundled documentation
Installation Options
Option 1: NPX (Recommended)
{
"mcpServers": {
"modus-docs": {
"command": "npx",
"args": ["-y", "@julianoczkowski/mcp-modus"]
}
}
}Option 2: Global Install
npm install -g @julianoczkowski/mcp-modusPackage Stats
- 54 total documentation files (43 components + 6 rules + 5 setup)
- ~80 KB compressed
- ~350 KB unpacked
- 10 MCP tools across 3 categories
Release v1.2.1
Release v1.2.1
Changes
- Added
modus-wc-utility-panel.mddocumentation to the component files list - Updated version to 1.2.1 in package.json
What's New
- New utility panel component documentation is now available through the MCP server
- Users can now access comprehensive documentation for the Modus utility panel component
This is a patch release that adds support for the new utility panel component documentation.
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