Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
lib.rs667 B
// ABOUTME: Core MCP types and utilities shared by server, tools, and autoagents // ABOUTME: Exposes protocol-facing data structures without server runtime pub mod agent_architecture; pub mod analysis; pub mod config_manager; pub mod context_aware_limits; pub mod debug_logger; pub mod error; pub mod message; pub mod process; pub mod protocol; pub mod version; pub use agent_architecture::*; pub use analysis::*; pub use codegraph_core::{CodeGraphError, NodeId}; pub use config_manager::*; pub use context_aware_limits::*; pub use debug_logger::*; pub use error::{McpError, Result}; pub use message::*; pub use process::*; pub use protocol::*; pub use version::*;

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

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