Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
hooks.rsโ€ข297 B
use crate::types::*; impl From<HookKind> for &'static str { fn from(k: HookKind) -> Self { match k { HookKind::PreCommit => "pre-commit", HookKind::PostCommit => "post-commit", } } } // Hook installation is implemented on GitRepository in repo.rs

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