Memory Bank MCP

by tuncer-byte

update_document

Update or regenerate specific document types like project briefs, product context, and system patterns within the Memory Bank MCP server to maintain accurate and structured project knowledge.

Input Schema

NameRequiredDescriptionDefault
contentNo
documentTypeYes
regenerateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "documentType": { "enum": [ "projectbrief", "productContext", "systemPatterns", "techContext", "activeContext", "progress" ], "type": "string" }, "regenerate": { "default": false, "type": "boolean" } }, "required": [ "documentType" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Bank MCP

Related Tools

ID: mr43tabn4e