Added docs comment
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user