review.security.compare
Compare MCP configuration with ReviewExtension settings to maintain single source of truth and prevent configuration conflicts.
Instructions
Compare MCP config with ReviewExtention config to ensure SSOT
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cwd | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cwd": {
"type": "string"
}
},
"required": [
"cwd"
],
"type": "object"
}