Skip to main content
Glama

semantic-edit-mcp

by jbr
edit_position.rs286 B
use serde::{Deserialize, Serialize}; #[derive(Serialize, Deserialize, Clone, Debug, Copy, Eq, PartialEq, fieldwork::Fieldwork)] #[fieldwork(get, set, get_mut)] pub struct EditPosition { pub start_byte: usize, pub end_byte: Option<usize>, // None for insert, Some for replace }

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