pub async fn handle_workflow_tool(
tool_name: &str,
server: &CodePrismMcpServer,
arguments: Option<&Value>,
) -> Result<CallToolResult>
Expand description
Route workflow tool calls to appropriate handlers
pub async fn handle_workflow_tool(
tool_name: &str,
server: &CodePrismMcpServer,
arguments: Option<&Value>,
) -> Result<CallToolResult>
Route workflow tool calls to appropriate handlers