Added docs comment

This commit is contained in:
Timmy
2026-06-29 12:45:25 +01:00
parent 705f5bcc89
commit 146205c83b
+1
View File
@@ -150,6 +150,7 @@ async fn git_branch(dir: &Path) -> Option<String> {
.flatten()
}
/// MCP tool: show full details for a work item in any pipeline stage.
pub(super) async fn tool_show(args: &Value, ctx: &AppContext) -> Result<String, String> {
let raw_id = args
.get("story_id")