Skip to content

Commit 9050a83

Browse files
committed
fix(docs): regenerate planning-installation.mdx after MCP install addition
1 parent 9243c3f commit 9050a83

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/ecosystem/en/planning-installation.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ Requires Rust 1.75+:
1313
cargo install agentic-planning-cli
1414
```
1515

16-
This builds and installs the `aplan` binary to `~/.cargo/bin/`. The binary includes the CLI, MCP server (`aplan serve`), and daemon mode.
16+
For the standalone MCP server binary:
17+
18+
```bash
19+
cargo install agentic-planning-mcp
20+
```
21+
22+
This builds and installs the `aplan` binary to `~/.cargo/bin/`. The binary includes the CLI, MCP server (`aplan serve`), and daemon mode. The standalone `agentic-planning-mcp` binary is useful for deployments that only need the MCP server.
1723

1824
## Pre-built Binary
1925

docs/ecosystem/zh/planning-installation.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ Requires Rust 1.75+:
1313
cargo install agentic-planning-cli
1414
```
1515

16-
This builds and installs the `aplan` binary to `~/.cargo/bin/`. The binary includes the CLI, MCP server (`aplan serve`), and daemon mode.
16+
For the standalone MCP server binary:
17+
18+
```bash
19+
cargo install agentic-planning-mcp
20+
```
21+
22+
This builds and installs the `aplan` binary to `~/.cargo/bin/`. The binary includes the CLI, MCP server (`aplan serve`), and daemon mode. The standalone `agentic-planning-mcp` binary is useful for deployments that only need the MCP server.
1723

1824
## Pre-built Binary
1925

0 commit comments

Comments
 (0)