// This is a file-level comment.
/// This is a doc comment for a struct.
struct MyStruct {
field: i32,
}
// This is a comment for a function.
fn my_function() {
// This is a comment inside a function.
}
/**
* This is a block doc comment for another function.
*/
fn another_function(x: i32) -> i32 {
x + 1
}
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/otdavies/Rapid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server