Skip to content

Commit 60a3453

Browse files
committed
Fix: Update MCP README instructions
1 parent b8128c2 commit 60a3453

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

dimos/protocol/mcp/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ uv sync --extra base --extra unitree
99
```
1010

1111
Add to Claude Code (one command):
12+
1213
```bash
13-
claude mcp add --transport stdio dimos --scope project -- python -m dimos.protocol.mcp
14+
claude mcp add --transport stdio dimos --scope project -- uv run python -m dimos.protocol.mcp
1415
```
1516

16-
1717
## Usage
1818

1919
**Terminal 1** - Start DimOS:
20+
2021
```bash
21-
uv run dimos run unitree-go2-agentic-mcp
22+
uv run dimos run unitree-go2-agentic
2223
```
2324

2425
**Claude Code** - Use robot skills:
25-
```
26+
27+
```text
2628
> move forward 1 meter
2729
> go to the kitchen
2830
> tag this location as "desk"

0 commit comments

Comments
 (0)