Skip to main content
Glama

semantic-edit-mcp

by jbr
input.rs281 B
// Test file for insert after function use std::collections::HashMap; pub fn existing_function() -> i32 { println!("Existing function"); 42 } pub struct TestStruct { value: i32, } impl TestStruct { pub fn new(value: i32) -> Self { Self { value } } }

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