Skip to main content
Glama

semantic-edit-mcp

by jbr
jsx.rs351 B
use crate::languages::{LanguageCommon, LanguageName, ecma_editor::EcmaEditor}; pub fn language() -> LanguageCommon { LanguageCommon { name: LanguageName::Javascript, file_extensions: &["jsx"], language: tree_sitter_javascript::LANGUAGE.into(), editor: Box::new(EcmaEditor), validation_query: None, } }

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