update_project_main
Create or replace main.md content for a project in the Knowledge MCP Server, enabling project knowledge migration or initialization. Supports full updates for new or existing projects.
Instructions
Create or completely replace main.md content for a project. This tool is used to migrate CLAUDE.md content to MCP when a project doesn't exist yet. For partial updates, use update_project_section instead. Returns: {success: bool, message?: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The new markdown content for main.md | |
project_id | Yes | The project identifier |