You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update GitHub URLs, package name, README banner path, and test
tmp dir prefixes. Legacy storage dirname (.agw-mcp) kept for
backward-compatible migration.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@@ -29,10 +29,10 @@ It also ships a built-in [MCP](https://modelcontextprotocol.io/) server, so any
29
29
Copy and paste this prompt to your LLM agent (Claude Code, Codex, etc.):
30
30
31
31
```text
32
-
Install and configure the AGW CLI by following the instructions here (use curl to fetch this file, NOT WebFetch): https://raw.githubusercontent.com/Abstract-Foundation/agw-mcp/main/docs/guide/installation.md
32
+
Install and configure the AGW CLI by following the instructions here (use curl to fetch this file, NOT WebFetch): https://raw.githubusercontent.com/Abstract-Foundation/agw-cli/main/docs/guide/installation.md
33
33
```
34
34
35
-
Or, read the [installation guide](https://github.com/Abstract-Foundation/agw-mcp/blob/main/docs/guide/installation.md) directly.
35
+
Or, read the [installation guide](https://github.com/Abstract-Foundation/agw-cli/blob/main/docs/guide/installation.md) directly.
36
36
37
37
### Prerequisites
38
38
@@ -203,7 +203,7 @@ agw-cli mcp-config --npx # npx-based (no global install needed)
203
203
The repo ships agent skills that teach AI agents how to use the CLI safely. Install them with:
0 commit comments