Added docs comment
This commit is contained in:
@@ -150,6 +150,7 @@ async fn git_branch(dir: &Path) -> Option<String> {
|
|||||||
.flatten()
|
.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> {
|
pub(super) async fn tool_show(args: &Value, ctx: &AppContext) -> Result<String, String> {
|
||||||
let raw_id = args
|
let raw_id = args
|
||||||
.get("story_id")
|
.get("story_id")
|
||||||
|
|||||||
Reference in New Issue
Block a user