Skip to content

Commit 3a9ab1e

Browse files
author
goweft
committed
README: update Claude Desktop examples and directory tree for entry points\n\nConfig examples now show venv/bin/heddle-mesh (no args) instead of\npython heddle_stdio_mesh.py. Directory tree reflects that entry-point\nscripts moved from project root into src/heddle/ with console_scripts\nregistration in pyproject.toml.\n\nv0.2 Pillar 3.
1 parent f44e1cd commit 3a9ab1e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ To expose a unified Heddle mesh to Claude Desktop (and optionally to [CAS](https
254254
{
255255
"mcpServers": {
256256
"heddle-mesh": {
257-
"command": "/path/to/heddle/venv/bin/python",
258-
"args": ["/path/to/heddle/heddle_stdio_mesh.py"]
257+
"command": "/path/to/heddle/venv/bin/heddle-mesh"
259258
}
260259
}
261260
}
@@ -300,8 +299,7 @@ heddle/
300299
│ ├── agents/ # Custom higher-level handlers
301300
│ └── web/ # Dashboard backend and frontend
302301
├── tests/
303-
├── heddle_stdio_mesh.py # Unified Claude Desktop launcher
304-
└── heddle_dashboard.py # Web dashboard launcher
302+
└── pyproject.toml # Entry points: heddle, heddle-dashboard, heddle-mesh
305303
```
306304

307305
## Tech Stack
@@ -332,8 +330,7 @@ CAS runs standalone. Heddle integration is optional and adds:
332330
{
333331
"mcpServers": {
334332
"heddle-mesh": {
335-
"command": "/path/to/heddle/venv/bin/python",
336-
"args": ["/path/to/heddle/heddle_stdio_mesh.py"]
333+
"command": "/path/to/heddle/venv/bin/heddle-mesh"
337334
}
338335
}
339336
}

0 commit comments

Comments
 (0)