Metadata-Version: 2.4
Name: ai-automated-pipeline
Version: 0.1.2
Summary: Autonomous software engineering pipeline — 49 MCP tools, 64 verification rules, 11 pipeline stages
Project-URL: Homepage, https://github.com/cdeust/ai-architect-mcp
Project-URL: Repository, https://github.com/cdeust/ai-architect-mcp
Project-URL: Issues, https://github.com/cdeust/ai-architect-mcp/issues
Author-email: Clement Deust <admin@ai-architect.tools>
License-Expression: MIT
Keywords: ai-architect,anthropic,autonomous-engineering,claude,code-generation,mcp,model-context-protocol,prd,verification
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Requires-Dist: anthropic
Requires-Dist: fastmcp>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: scipy>=1.11
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# ai-automated-pipeline

MCP server for [ai-architect](https://github.com/cdeust/ai-architect-mcp) — the autonomous software-engineering pipeline for Claude Code.

Ships 49 MCP tools covering the 11-stage pipeline (health → discovery → impact → integration → PRD → interview → review → implementation → verification → benchmark → PR), 64 deterministic HOR verification rules, and 10 implemented algorithms (5 verification + 5 prompting).

## Install

```
/plugin marketplace add cdeust/ai-architect-mcp
/plugin install ai-architect
```

Or as a standalone MCP server:

```bash
uvx --from ai-automated-pipeline ai_architect_mcp
```

## Documentation

See the full project README, architecture notes, and stage skills at
<https://github.com/cdeust/ai-architect-mcp>.

## License

MIT
