Skip to main content
Glama

semantic-edit-mcp

by jbr
input.rs391 B
use serde::{Deserialize, Serialize}; /// Represents a user in the system #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)] pub struct User { pub id: u64, pub username: String, } /// User profile information #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)] pub struct UserProfile { pub first_name: Option<String>, pub last_name: Option<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