Skip to content

Commit 67a8ec2

Browse files
authored
Update README.md
1 parent f14a0bd commit 67a8ec2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Sub-Agent MCP
22

3-
[![CI](https://github.com/stormaref/Sub-Agent-MCP/actions/workflows/ci.yml/badge.svg)](https://github.com/stormaref/Sub-Agent-MCP/actions/workflows/ci.yml)
3+
[![CI](https://github.com/systemgroupnet/Sub-Agent-MCP/actions/workflows/ci.yml/badge.svg)](https://github.com/systemgroupnet/Sub-Agent-MCP/actions/workflows/ci.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
55
[![Python](https://img.shields.io/badge/python-%3E%3D3.10-blue.svg)](https://www.python.org/downloads/)
6-
[![Container](https://img.shields.io/badge/ghcr.io-sub--agent--mcp-2496ED?logo=docker&logoColor=white)](https://github.com/stormaref/Sub-Agent-MCP/pkgs/container/sub-agent-mcp)
6+
[![Container](https://img.shields.io/badge/ghcr.io-sub--agent--mcp-2496ED?logo=docker&logoColor=white)](https://github.com/systemgroupnet/Sub-Agent-MCP/pkgs/container/sub-agent-mcp)
77

88
Production-ready Python MCP server for **LLM delegation and sub-agent orchestration**. A parent LLM (for example, Cursor’s agent) connects to this server and delegates work by calling a **tool named after each agent** defined in YAML (for example, `researcher`).
99

@@ -164,7 +164,7 @@ Images are published on **git tags** matching `v*` (for example `v0.1.2`), not o
164164
docker run -p 8000:8000 \
165165
-e OPENAI_API_KEY=sk-... \
166166
-v "$(pwd)/config/agents.yaml:/app/config/agents.yaml:ro" \
167-
ghcr.io/stormaref/sub-agent-mcp:latest
167+
ghcr.io/systemgroupnet/sub-agent-mcp:latest
168168
```
169169

170170
Mount your own `agents.yaml` and ensure MCP `url` values are reachable from inside the container (use host networking, service names, or `host.docker.internal` as appropriate).
@@ -427,7 +427,7 @@ Pull requests and pushes to `main` run lint and tests in [`.github/workflows/ci.
427427

428428
## Docker image and releases
429429

430-
**Registry:** `ghcr.io/stormaref/sub-agent-mcp`
430+
**Registry:** `ghcr.io/systemgroupnet/sub-agent-mcp`
431431

432432
**When images publish:** Pushing a git tag `v0.*` (for example `v0.1.2`) runs the Docker job after tests pass. Pushes to `main` alone do not publish images.
433433

0 commit comments

Comments
 (0)