// Main module for testing Rust integration
mod types;
mod helper;
mod consumer;
mod another_consumer;
mod clean;
// FooBar is a simple function for testing
fn foo_bar() -> String {
String::from("Hello, World!")
println!("Unreachable code"); // This is unreachable code
}
fn main() {
println!("{}", foo_bar());
}
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/isaacphi/mcp-language-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server