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
[{
"arguments": {
"anchor": " pub fn new",
"content": "pub fn new(id: u64, username: String, email: String) -> Self {\n Self {\n id,\n username,\n email,\n created_at: chrono::Utc::now(),\n is_active: true,\n phone_number: None,\n profile: UserProfile::default(),\n }\n }",
"operation": "replace"
},
"name": "preview_edit"
}]