Adding show story mcp
This commit is contained in:
@@ -123,8 +123,8 @@ pub async fn dispatch_tool_call(
|
||||
"git_add" => git_tools::tool_git_add(&args, ctx).await,
|
||||
"git_commit" => git_tools::tool_git_commit(&args, ctx).await,
|
||||
"git_log" => git_tools::tool_git_log(&args, ctx).await,
|
||||
// Story triage
|
||||
"status" => status_tools::tool_status(&args, ctx).await,
|
||||
// Story detail (any stage)
|
||||
"show" => status_tools::tool_show(&args, ctx).await,
|
||||
// File line count
|
||||
"loc_file" => diagnostics::tool_loc_file(&args, ctx),
|
||||
// Setup wizard tools
|
||||
|
||||
Reference in New Issue
Block a user