Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# MCP Agent Stack

## Overview
Modular, versioned MCP agent orchestration system with CI/CD, SBOM, and staging deployment readiness.
Modular, versioned MCP agent orchestration system with CI/CD, SBOM, and staging deployment readiness. The orchestrator coordinates the DataParser, Summarizer, Optimizer and Logger agents to process input text.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description mentions 'CI/CD, SBOM, and staging deployment readiness'. However, based on the repository's contents, these features don't appear to be fully implemented yet. This could be misleading. Consider rephrasing to accurately reflect the current status.

Suggested change
Modular, versioned MCP agent orchestration system with CI/CD, SBOM, and staging deployment readiness. The orchestrator coordinates the DataParser, Summarizer, Optimizer and Logger agents to process input text.
Modular, versioned MCP agent orchestration system. The orchestrator coordinates the DataParser, Summarizer, Optimizer and Logger agents to process input text.


## Setup
```bash
pip install -r requirements.txt
```

### Running the orchestrator
```bash
python src/agents.py
```

### Running tests
```bash
python -m unittest discover src
```

## Deployment
- GitHub Actions auto-bumps version
Expand Down