Skip to content

Commit 844ee96

Browse files
committed
use uvx dsm-mcp once published to PyPI
1 parent df83d07 commit 844ee96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/static/servers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
"id": "dsm-memory",
268268
"name": "DSM Memory",
269269
"description": "Append-only, hash-chained memory layer for Goose via MCP",
270-
"command": "python3 -m dsm.integrations.goose",
270+
"command": "uvx dsm-mcp",
271271
"link": "https://github.com/daryl-labs-ai/daryl/tree/main/src/dsm/integrations/goose",
272-
"installation_notes": "Clone the repo and install: git clone https://github.com/daryl-labs-ai/daryl && cd daryl && pip install -e \".[goose]\". Requires Python 3.8+.",
272+
"installation_notes": "Install via pip: pip install dsm-mcp. Or run directly without installing: uvx dsm-mcp. Requires Python 3.8+.",
273273
"is_builtin": false,
274274
"endorsed": false,
275275
"environmentVariables": []

0 commit comments

Comments
 (0)