mcp_kb_update
Link global vulnerability IDs to project KB files, unlink, refresh links, update content patches, and cleanup stale knowledge base entries.
Instructions
Knowledge base maintenance — manage global ↔ project links and content.
Args: action: One of: link, unlink, refresh_links, update_content, cleanup_stale. global_vuln_id: Target vulnerability ID (for link/unlink/update_content). global_category: Category directory (e.g. Security). project_id: Target project ID (for link/unlink). project_kb_file: Project KB file relative path (for link). content_patch: Content update patch (for update_content).
Returns: Operation result with affected entries and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| global_vuln_id | No | ||
| global_category | No | ||
| project_id | No | ||
| project_kb_file | No | ||
| content_patch | No |