Skip to content
Open
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
18 changes: 9 additions & 9 deletions plugins/happy520ai/unified-ai-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="https://github.com/happy520ai/unified-ai-system/releases/latest">
<img alt="Release" src="https://img.shields.io/github/v/release/happy520ai/unified-ai-system?style=flat-square" />
</a>
<a href="https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.5">
<a href="https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.9">
<img alt="Official MCP Registry: active" src="https://img.shields.io/badge/Official_MCP_Registry-active-1f883d?style=flat-square" />
</a>
<a href="LICENSE">
Expand All @@ -50,7 +50,7 @@ This is not a chat UI wrapper. It is a control plane for AI workflow execution.
**Fastest proof, no account required:**

```bash
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 pnpm gateway demo "Build a small API for my team" --enhance --profile coding
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 pnpm gateway demo "Build a small API for my team" --enhance --profile coding
```

It preserves the original request, prints a structured coding prompt, reports
Expand Down Expand Up @@ -117,15 +117,15 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and
/>
</a>
<br />
<sub>v0.4.5: deterministic enhancement, no API key, no provider call.</sub>
<sub>v0.4.9: deterministic enhancement, no API key, no provider call.</sub>
</p>

## Try It in 60 Seconds

Verify the project without signing in:

```bash
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 pnpm gateway demo
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 pnpm gateway demo
```

Expected behavior:
Expand All @@ -139,7 +139,7 @@ Expected behavior:
One-command natural-language enhancement preview:

```bash
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 \
docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 \
pnpm gateway demo "Build a small API for my team" --enhance --profile coding
```

Expand Down Expand Up @@ -186,7 +186,7 @@ docker run --rm --publish 3100:3100 \
--env AI_GATEWAY_SERVICE_HOST=0.0.0.0 \
--env AI_GATEWAY_PROVIDER_MODE=fake \
--env AI_GATEWAY_REAL_PROVIDER_ENABLED=false \
ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5
ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9
```

Keep that process running while you send the curl request. The response
Expand All @@ -212,7 +212,7 @@ pnpm gateway chat "Hello from Unified AI System"
Published MCP command:

```bash
codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.5
codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.9
```

Restart Codex, run `/mcp verbose` to verify the nine tools, then follow the
Expand Down Expand Up @@ -325,8 +325,8 @@ CI on `master` runs Linux checks, container startup smoke tests, MCP discovery,

## Project Links

- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.5)
- [Release v0.4.5](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.5)
- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.9)
- [Release v0.4.9](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.9)
- [Codex MCP server README](packages/mcp-server/README.md)
- [Roadmap](ROADMAP.md)
- [Vision](VISION.md)
Expand Down
Loading