remove_project_section
Remove a designated section from a project's main.md file using the exact section header. Ensures precise deletion of targeted content in the Knowledge MCP Server.
Instructions
Remove a specific section from the project main.md file. The section_header must match exactly (including "## " prefix). Returns: {success: bool, message?: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier | |
section_header | Yes | The exact section header to remove (e.g., "## Deprecated") |