Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,17 @@
"environmentVariables": [],
"type": "streamable-http"
},
{
"id": "dsm-memory",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add a docs page for the new dsm-memory extension

The new registry entry creates a broken tutorial link in the extension detail view: documentation/src/pages/extensions/detail.tsx always links to /docs/mcp/${getDocumentationPath(server.id)}, and for dsm-memory this resolves to /docs/mcp/dsm-memory-mcp, but this commit does not add documentation/docs/mcp/dsm-memory-mcp.md or .mdx. In the current docs build this means users can install the extension from the catalog but get a 404 when opening its setup guide.

Useful? React with 👍 / 👎.

"name": "DSM Memory",
"description": "Append-only, hash-chained memory layer for Goose via MCP",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use lowercase “goose” in DSM description

documentation/AGENTS.md requires the product name to always be written as lowercase “goose” in documentation-facing content, but this entry uses “Goose” in the description. Because this file is in documentation/ and is user-facing registry data, this introduces a direct brand-guideline violation that should be corrected before merge.

Useful? React with 👍 / 👎.

"command": "python3 -m dsm.integrations.goose",
"link": "https://github.com/daryl-labs-ai/daryl/tree/main/src/dsm/integrations/goose",
"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+.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "elevenlabs-mcp",
"name": "ElevenLabs",
Expand Down
Loading