Changes
- Added
securityrisk category to classification output - Published to ClawHub marketplace (v0.1.1)
- Added blog post links to README and SKILL.md
- Open Graph + Twitter Card meta tags on all site pages
- Added ClawHub/OpenClaw install section to product page
Install
pip install decompose-mcp==0.1.1MCP Config
{
"mcpServers": {
"decompose": {
"command": "uvx",
"args": ["decompose-mcp", "--serve"]
}
}
}