Skip to main content
Glama
main.rs428 B
mod state; mod tools; #[cfg(test)] mod tests; use anyhow::Result; use mcplease::server_info; use state::CargoTools; const INSTRUCTIONS: &str = "Cargo operations for Rust projects. Use set_working_directory to set the project directory first, then run cargo commands."; fn main() -> Result<()> { let mut state = CargoTools::new()?; mcplease::run::<tools::Tools, _>(&mut state, server_info!(), Some(INSTRUCTIONS)) }

Latest Blog Posts

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/cargo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server