mod change_notifier;
mod client_state;
mod rust_analyzer_lsp;
mod utils;
pub(super) struct Stop;
use std::path::PathBuf;
pub use rust_analyzer_lsp::RustAnalyzerLsp;
pub use utils::*;
#[derive(Debug, Clone)]
pub enum LspNotification {
Indexing { project: PathBuf, is_indexing: bool },
}
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/terhechte/cursor-rust-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server