{
"id": "mcp-prompt:explain-diff",
"_kind": "MCPPrompt",
"_file": "extensions/mcp/mcp-prompts-common.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "explain_diff",
"name": "explain_diff",
"arguments": [
{
"name": "diff",
"description": "Unified diff text",
"required": true
},
{
"name": "audience",
"description": "reviewer | maintainer | newcomer",
"required": false
}
],
"description": "Prompt template exposed by source-control MCP servers (e.g. github, gitea).\nWraps the diff with audience-specific framing.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-everything",
"to": "mcp-prompt:explain-diff",
"kind": "exposes_prompt",
"attributes": {}
}
]
}