=== snapshot test tool call: preview_edit ===
Previewing: insert before
Note: the editor applies a consistent formatting style to the entire file, including your edit
===DIFF===
// Test file for insert before node
use std::collections::HashMap;
+// This comment is inserted before the target function
pub fn target_function() {
println!("This function will have content inserted before it");
}
=== snapshot test tool call: persist_edit ===
insert before operation result:
Applied insert before operation
===DIFF===
// Test file for insert before node
use std::collections::HashMap;
+// This comment is inserted before the target function
pub fn target_function() {
println!("This function will have content inserted before it");
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbr/semantic-edit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server