pub fn file_write_tool() -> Tool
Creates a file write tool for testing destructive operations.
use fastmcp_rust::testing::fixtures::tools::file_write_tool; let tool = file_write_tool(); assert!(tool.annotations.as_ref().unwrap().destructive.unwrap());