update_project_context
Update a project's context document by replacing its full markdown content, ensuring the centralized source of truth reflects the latest architectural decisions and status changes.
Instructions
Writes or overwrites the context document for a UIForge project in the centralized store. Use this to keep the source of truth up-to-date after architectural decisions, status changes, roadmap updates, or any significant project change. Provide the full markdown content — this completely replaces the existing context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project slug (e.g. forge-patterns, uiforge-webapp, uiforge-mcp, mcp-gateway). Use a short kebab-case identifier for new projects. | |
| title | Yes | Human-readable project title (e.g. "forge-patterns Project Context") | |
| description | Yes | One-sentence description of the project for the resource listing | |
| content | Yes | Full markdown content of the project context document. This is the complete source of truth. |