Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 18:05

Changes

  • Added security risk 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.1

MCP Config

{
  "mcpServers": {
    "decompose": {
      "command": "uvx",
      "args": ["decompose-mcp", "--serve"]
    }
  }
}