We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/julianoczkowski/mcp-modus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
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.