Skip to main content
Glama

semantic-edit-mcp

by jbr
response.txt789 B
=== snapshot test tool call: preview_edit === Previewing: replace Note: the editor applies a consistent formatting style to the entire file, including your edit ===DIFF=== // Sample Rust code for testing -pub fn old_function() -> i32 { - println!("This is the old implementation"); - 42 +pub fn new_function() -> i32 { + println!("This is the new implementation"); + 100 } pub fn other_function() -> String { === snapshot test tool call: persist_edit === replace operation result: Applied replace operation ===DIFF=== // Sample Rust code for testing -pub fn old_function() -> i32 { - println!("This is the old implementation"); - 42 +pub fn new_function() -> i32 { + println!("This is the new implementation"); + 100 } pub fn other_function() -> String {

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