We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8128c2 commit 60a3453Copy full SHA for 60a3453
1 file changed
dimos/protocol/mcp/README.md
@@ -9,20 +9,22 @@ uv sync --extra base --extra unitree
9
```
10
11
Add to Claude Code (one command):
12
+
13
```bash
-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
15
16
-
17
## Usage
18
19
**Terminal 1** - Start DimOS:
20
21
-uv run dimos run unitree-go2-agentic-mcp
22
+uv run dimos run unitree-go2-agentic
23
24
25
**Claude Code** - Use robot skills:
-```
26
27
+```text
28
> move forward 1 meter
29
> go to the kitchen
30
> tag this location as "desk"
0 commit comments