Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
progress_tracker.rsโ€ข418 B
use codegraph_core::{traits::ProgressTracker, Result}; pub struct ProgressTrackerImpl; #[async_trait::async_trait] impl ProgressTracker for ProgressTrackerImpl { async fn track(&self) -> Result<()> { // In a real implementation, we would expose metrics through a server or a logging system. // For now, we'll just print a message. println!("Tracking progress..."); Ok(()) } }

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/Jakedismo/codegraph-rust'

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